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