GroupId | GroupIdio.thorntail |
---|---|
ArtifactId | ArtifactIdfull |
Version | Version2.4.0.Final |
Type | Typejar |
Filename | Size |
---|---|
full-2.4.0.Final.pom | |
full-2.4.0.Final.jar | 8 KB |
full-2.4.0.Final-sources.jar | 2 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.thorntail/full/ -->
<dependency>
<groupId>io.thorntail</groupId>
<artifactId>full</artifactId>
<version>2.4.0.Final</version>
</dependency>
// https://jarcasting.com/artifacts/io.thorntail/full/
implementation 'io.thorntail:full:2.4.0.Final'
// https://jarcasting.com/artifacts/io.thorntail/full/
implementation ("io.thorntail:full:2.4.0.Final")
'io.thorntail:full:jar:2.4.0.Final'
<dependency org="io.thorntail" name="full" rev="2.4.0.Final">
<artifact name="full" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.thorntail', module='full', version='2.4.0.Final')
)
libraryDependencies += "io.thorntail" % "full" % "2.4.0.Final"
[io.thorntail/full "2.4.0.Final"]