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