GroupId | GroupIdxyz.erupt |
---|---|
ArtifactId | ArtifactIderupt-tpl |
Version | Version1.6.8 |
Type | Typejar |
Filename | Size |
---|---|
erupt-tpl-1.6.8.pom | |
erupt-tpl-1.6.8.jar | 16 KB |
erupt-tpl-1.6.8-sources.jar | 8 KB |
erupt-tpl-1.6.8-javadoc.jar | 87 KB |
Browse |
<!-- https://jarcasting.com/artifacts/xyz.erupt/erupt-tpl/ -->
<dependency>
<groupId>xyz.erupt</groupId>
<artifactId>erupt-tpl</artifactId>
<version>1.6.8</version>
</dependency>
// https://jarcasting.com/artifacts/xyz.erupt/erupt-tpl/
implementation 'xyz.erupt:erupt-tpl:1.6.8'
// https://jarcasting.com/artifacts/xyz.erupt/erupt-tpl/
implementation ("xyz.erupt:erupt-tpl:1.6.8")
'xyz.erupt:erupt-tpl:jar:1.6.8'
<dependency org="xyz.erupt" name="erupt-tpl" rev="1.6.8">
<artifact name="erupt-tpl" type="jar" />
</dependency>
@Grapes(
@Grab(group='xyz.erupt', module='erupt-tpl', version='1.6.8')
)
libraryDependencies += "xyz.erupt" % "erupt-tpl" % "1.6.8"
[xyz.erupt/erupt-tpl "1.6.8"]