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