GroupId | GroupIdxyz.erupt |
---|---|
ArtifactId | ArtifactIderupt-toolkit |
Version | Version1.10.8-beta.4 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/xyz.erupt/erupt-toolkit/ -->
<dependency>
<groupId>xyz.erupt</groupId>
<artifactId>erupt-toolkit</artifactId>
<version>1.10.8-beta.4</version>
</dependency>
// https://jarcasting.com/artifacts/xyz.erupt/erupt-toolkit/
implementation 'xyz.erupt:erupt-toolkit:1.10.8-beta.4'
// https://jarcasting.com/artifacts/xyz.erupt/erupt-toolkit/
implementation ("xyz.erupt:erupt-toolkit:1.10.8-beta.4")
'xyz.erupt:erupt-toolkit:jar:1.10.8-beta.4'
<dependency org="xyz.erupt" name="erupt-toolkit" rev="1.10.8-beta.4">
<artifact name="erupt-toolkit" type="jar" />
</dependency>
@Grapes(
@Grab(group='xyz.erupt', module='erupt-toolkit', version='1.10.8-beta.4')
)
libraryDependencies += "xyz.erupt" % "erupt-toolkit" % "1.10.8-beta.4"
[xyz.erupt/erupt-toolkit "1.10.8-beta.4"]