aries-framework
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>com.github.eratel</groupId> <artifactId>aries-framework</artifactId> <version>1.0.0</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <artifactId>aries-framework</artifactId> <name>ERatel Aries Framework</name> <packaging>pom</packaging> <modelVersion>4.0.0</modelVersion> <description>for SpringCloud canary</description> <url>https://github.com/eratel</url> <parent> <groupId>com.github.eratel</groupId> <artifactId>aries</artifactId> <version>1.0.0</version> </parent> <dependencies> <dependency> <groupId>${project.groupId}</groupId> <artifactId>aries-common</artifactId> <version>${project.version}</version> </dependency> <dependency> <groupId>com.alibaba</groupId> <artifactId>transmittable-thread-local</artifactId> <version>2.10.0</version> </dependency> </dependencies> </project>