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