GroupId | GroupIdcom.github.rebue.common-pom |
---|---|
ArtifactId | ArtifactIdsb-parent |
Version | Version1.0.7 |
Type | Typepom |
Filename | Size |
---|---|
sb-parent-1.0.7.pom | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.rebue.common-pom/sb-parent/ -->
<dependency>
<groupId>com.github.rebue.common-pom</groupId>
<artifactId>sb-parent</artifactId>
<version>1.0.7</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.rebue.common-pom/sb-parent/
implementation 'com.github.rebue.common-pom:sb-parent:1.0.7'
// https://jarcasting.com/artifacts/com.github.rebue.common-pom/sb-parent/
implementation ("com.github.rebue.common-pom:sb-parent:1.0.7")
'com.github.rebue.common-pom:sb-parent:pom:1.0.7'
<dependency org="com.github.rebue.common-pom" name="sb-parent" rev="1.0.7">
<artifact name="sb-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.rebue.common-pom', module='sb-parent', version='1.0.7')
)
libraryDependencies += "com.github.rebue.common-pom" % "sb-parent" % "1.0.7"
[com.github.rebue.common-pom/sb-parent "1.0.7"]