GroupId | GroupIdcom.github.dapeng-soa |
---|---|
ArtifactId | ArtifactIddapeng-utils |
Version | Version2.2.1 |
Type | Typejar |
Filename | Size |
---|---|
dapeng-utils-2.2.1.pom | |
dapeng-utils-2.2.1.jar | 13 KB |
dapeng-utils-2.2.1-sources.jar | 9 KB |
dapeng-utils-2.2.1-javadoc.jar | 60 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.2.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.dapeng-soa/dapeng-utils/
implementation 'com.github.dapeng-soa:dapeng-utils:2.2.1'
// https://jarcasting.com/artifacts/com.github.dapeng-soa/dapeng-utils/
implementation ("com.github.dapeng-soa:dapeng-utils:2.2.1")
'com.github.dapeng-soa:dapeng-utils:jar:2.2.1'
<dependency org="com.github.dapeng-soa" name="dapeng-utils" rev="2.2.1">
<artifact name="dapeng-utils" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.dapeng-soa', module='dapeng-utils', version='2.2.1')
)
libraryDependencies += "com.github.dapeng-soa" % "dapeng-utils" % "2.2.1"
[com.github.dapeng-soa/dapeng-utils "2.2.1"]