Categories |
CategoriesContainer |
---|---|
GroupId | GroupIdcom.github.dapeng-soa |
ArtifactId | ArtifactIddapeng-container-api |
Version | Version2.1.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.dapeng-soa/dapeng-container-api/ -->
<dependency>
<groupId>com.github.dapeng-soa</groupId>
<artifactId>dapeng-container-api</artifactId>
<version>2.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.dapeng-soa/dapeng-container-api/
implementation 'com.github.dapeng-soa:dapeng-container-api:2.1.0'
// https://jarcasting.com/artifacts/com.github.dapeng-soa/dapeng-container-api/
implementation ("com.github.dapeng-soa:dapeng-container-api:2.1.0")
'com.github.dapeng-soa:dapeng-container-api:jar:2.1.0'
<dependency org="com.github.dapeng-soa" name="dapeng-container-api" rev="2.1.0">
<artifact name="dapeng-container-api" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.dapeng-soa', module='dapeng-container-api', version='2.1.0')
)
libraryDependencies += "com.github.dapeng-soa" % "dapeng-container-api" % "2.1.0"
[com.github.dapeng-soa/dapeng-container-api "2.1.0"]