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