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