| GroupId | GroupIdxyz.cofe |
|---|---|
| ArtifactId | ArtifactIdnext-parent |
| Version | Version1.1 |
| Type | Typepom |
| Filename | Size |
|---|---|
| next-parent-1.1.pom | 13 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/xyz.cofe/next-parent/ -->
<dependency>
<groupId>xyz.cofe</groupId>
<artifactId>next-parent</artifactId>
<version>1.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/xyz.cofe/next-parent/
implementation 'xyz.cofe:next-parent:1.1'
// https://jarcasting.com/artifacts/xyz.cofe/next-parent/
implementation ("xyz.cofe:next-parent:1.1")
'xyz.cofe:next-parent:pom:1.1'
<dependency org="xyz.cofe" name="next-parent" rev="1.1">
<artifact name="next-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='xyz.cofe', module='next-parent', version='1.1')
)
libraryDependencies += "xyz.cofe" % "next-parent" % "1.1"
[xyz.cofe/next-parent "1.1"]