| GroupId | GroupIdorg.johnnei.parent |
|---|---|
| ArtifactId | ArtifactIdbase |
| Version | Version8-1 |
| Type | Typepom |
| Filename | Size |
|---|---|
| base-8-1.pom | 9 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.johnnei.parent/base/ -->
<dependency>
<groupId>org.johnnei.parent</groupId>
<artifactId>base</artifactId>
<version>8-1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.johnnei.parent/base/
implementation 'org.johnnei.parent:base:8-1'
// https://jarcasting.com/artifacts/org.johnnei.parent/base/
implementation ("org.johnnei.parent:base:8-1")
'org.johnnei.parent:base:pom:8-1'
<dependency org="org.johnnei.parent" name="base" rev="8-1">
<artifact name="base" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.johnnei.parent', module='base', version='8-1')
)
libraryDependencies += "org.johnnei.parent" % "base" % "8-1"
[org.johnnei.parent/base "8-1"]