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