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