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