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