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