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