| GroupId | GroupIdorg.seppiko.glf |
|---|---|
| ArtifactId | ArtifactIdglf-parent |
| Version | Version1.2.RELEASE |
| Type | Typepom |
| Filename | Size |
|---|---|
| glf-parent-1.2.RELEASE.pom | 8 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.seppiko.glf/glf-parent/ -->
<dependency>
<groupId>org.seppiko.glf</groupId>
<artifactId>glf-parent</artifactId>
<version>1.2.RELEASE</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.seppiko.glf/glf-parent/
implementation 'org.seppiko.glf:glf-parent:1.2.RELEASE'
// https://jarcasting.com/artifacts/org.seppiko.glf/glf-parent/
implementation ("org.seppiko.glf:glf-parent:1.2.RELEASE")
'org.seppiko.glf:glf-parent:pom:1.2.RELEASE'
<dependency org="org.seppiko.glf" name="glf-parent" rev="1.2.RELEASE">
<artifact name="glf-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.seppiko.glf', module='glf-parent', version='1.2.RELEASE')
)
libraryDependencies += "org.seppiko.glf" % "glf-parent" % "1.2.RELEASE"
[org.seppiko.glf/glf-parent "1.2.RELEASE"]