GroupId | GroupIdio.thorntail |
---|---|
ArtifactId | ArtifactIdrelease |
Version | Version2.2.0.Final |
Type | Typepom |
Filename | Size |
---|---|
release-2.2.0.Final.pom | 892 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/io.thorntail/release/ -->
<dependency>
<groupId>io.thorntail</groupId>
<artifactId>release</artifactId>
<version>2.2.0.Final</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.thorntail/release/
implementation 'io.thorntail:release:2.2.0.Final'
// https://jarcasting.com/artifacts/io.thorntail/release/
implementation ("io.thorntail:release:2.2.0.Final")
'io.thorntail:release:pom:2.2.0.Final'
<dependency org="io.thorntail" name="release" rev="2.2.0.Final">
<artifact name="release" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.thorntail', module='release', version='2.2.0.Final')
)
libraryDependencies += "io.thorntail" % "release" % "2.2.0.Final"
[io.thorntail/release "2.2.0.Final"]