Categories |
CategoriesData |
---|---|
GroupId | GroupIddk.nodes.data |
ArtifactId | ArtifactIdannotation |
Version | Version0.2 |
Type | Typejar |
Filename | Size |
---|---|
annotation-0.2.pom | |
annotation-0.2.jar | 3 KB |
annotation-0.2-sources.jar | 1 KB |
annotation-0.2-javadoc.jar | 29 KB |
Browse |
<!-- https://jarcasting.com/artifacts/dk.nodes.data/annotation/ -->
<dependency>
<groupId>dk.nodes.data</groupId>
<artifactId>annotation</artifactId>
<version>0.2</version>
</dependency>
// https://jarcasting.com/artifacts/dk.nodes.data/annotation/
implementation 'dk.nodes.data:annotation:0.2'
// https://jarcasting.com/artifacts/dk.nodes.data/annotation/
implementation ("dk.nodes.data:annotation:0.2")
'dk.nodes.data:annotation:jar:0.2'
<dependency org="dk.nodes.data" name="annotation" rev="0.2">
<artifact name="annotation" type="jar" />
</dependency>
@Grapes(
@Grab(group='dk.nodes.data', module='annotation', version='0.2')
)
libraryDependencies += "dk.nodes.data" % "annotation" % "0.2"
[dk.nodes.data/annotation "0.2"]