GroupId | GroupIdcom.github.rebue.common-pom |
---|---|
ArtifactId | ArtifactIdsb-parent |
Version | Version1.1.0 |
Type | Typepom |
Filename | Size |
---|---|
sb-parent-1.1.0.pom | 784 bytes |
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.1.0</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.1.0'
// https://jarcasting.com/artifacts/com.github.rebue.common-pom/sb-parent/
implementation ("com.github.rebue.common-pom:sb-parent:1.1.0")
'com.github.rebue.common-pom:sb-parent:pom:1.1.0'
<dependency org="com.github.rebue.common-pom" name="sb-parent" rev="1.1.0">
<artifact name="sb-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.rebue.common-pom', module='sb-parent', version='1.1.0')
)
libraryDependencies += "com.github.rebue.common-pom" % "sb-parent" % "1.1.0"
[com.github.rebue.common-pom/sb-parent "1.1.0"]