GroupId | GroupIdcom.github.luues |
---|---|
ArtifactId | ArtifactIdcommons-pom |
Version | Version1.2.1.RELEASE |
Type | Typepom |
Filename | Size |
---|---|
commons-pom-1.2.1.RELEASE.pom | 7 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.luues/commons-pom/ -->
<dependency>
<groupId>com.github.luues</groupId>
<artifactId>commons-pom</artifactId>
<version>1.2.1.RELEASE</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.luues/commons-pom/
implementation 'com.github.luues:commons-pom:1.2.1.RELEASE'
// https://jarcasting.com/artifacts/com.github.luues/commons-pom/
implementation ("com.github.luues:commons-pom:1.2.1.RELEASE")
'com.github.luues:commons-pom:pom:1.2.1.RELEASE'
<dependency org="com.github.luues" name="commons-pom" rev="1.2.1.RELEASE">
<artifact name="commons-pom" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.luues', module='commons-pom', version='1.2.1.RELEASE')
)
libraryDependencies += "com.github.luues" % "commons-pom" % "1.2.1.RELEASE"
[com.github.luues/commons-pom "1.2.1.RELEASE"]