Categories |
CategoriesNet |
---|---|
GroupId | GroupIdnet.je2sh |
ArtifactId | ArtifactIdannotations |
Version | Version1.0.0 |
Type | Typejar |
Filename | Size |
---|---|
annotations-1.0.0.pom | |
annotations-1.0.0.jar | 4 KB |
annotations-1.0.0-sources.jar | 5 KB |
annotations-1.0.0-javadoc.jar | 19 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.je2sh/annotations/ -->
<dependency>
<groupId>net.je2sh</groupId>
<artifactId>annotations</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/net.je2sh/annotations/
implementation 'net.je2sh:annotations:1.0.0'
// https://jarcasting.com/artifacts/net.je2sh/annotations/
implementation ("net.je2sh:annotations:1.0.0")
'net.je2sh:annotations:jar:1.0.0'
<dependency org="net.je2sh" name="annotations" rev="1.0.0">
<artifact name="annotations" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.je2sh', module='annotations', version='1.0.0')
)
libraryDependencies += "net.je2sh" % "annotations" % "1.0.0"
[net.je2sh/annotations "1.0.0"]