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