GroupId | GroupIdcom.github.dapeng-soa |
---|---|
ArtifactId | ArtifactIddapeng-spring |
Version | Version2.0.5 |
Type | Typejar |
Filename | Size |
---|---|
dapeng-spring-2.0.5.pom | |
dapeng-spring-2.0.5.jar | 7 KB |
dapeng-spring-2.0.5-sources.jar | 3 KB |
dapeng-spring-2.0.5-javadoc.jar | 34 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.dapeng-soa/dapeng-spring/ -->
<dependency>
<groupId>com.github.dapeng-soa</groupId>
<artifactId>dapeng-spring</artifactId>
<version>2.0.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.dapeng-soa/dapeng-spring/
implementation 'com.github.dapeng-soa:dapeng-spring:2.0.5'
// https://jarcasting.com/artifacts/com.github.dapeng-soa/dapeng-spring/
implementation ("com.github.dapeng-soa:dapeng-spring:2.0.5")
'com.github.dapeng-soa:dapeng-spring:jar:2.0.5'
<dependency org="com.github.dapeng-soa" name="dapeng-spring" rev="2.0.5">
<artifact name="dapeng-spring" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.dapeng-soa', module='dapeng-spring', version='2.0.5')
)
libraryDependencies += "com.github.dapeng-soa" % "dapeng-spring" % "2.0.5"
[com.github.dapeng-soa/dapeng-spring "2.0.5"]