Categories |
CategoriesContainer |
---|---|
GroupId | GroupIdcom.github.dapeng-soa |
ArtifactId | ArtifactIddapeng-container-api |
Version | Version2.0.5 |
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.0.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.dapeng-soa/dapeng-container-api/
implementation 'com.github.dapeng-soa:dapeng-container-api:2.0.5'
// https://jarcasting.com/artifacts/com.github.dapeng-soa/dapeng-container-api/
implementation ("com.github.dapeng-soa:dapeng-container-api:2.0.5")
'com.github.dapeng-soa:dapeng-container-api:jar:2.0.5'
<dependency org="com.github.dapeng-soa" name="dapeng-container-api" rev="2.0.5">
<artifact name="dapeng-container-api" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.dapeng-soa', module='dapeng-container-api', version='2.0.5')
)
libraryDependencies += "com.github.dapeng-soa" % "dapeng-container-api" % "2.0.5"
[com.github.dapeng-soa/dapeng-container-api "2.0.5"]