GroupId | GroupIdio.github.hlfsousa |
---|---|
ArtifactId | ArtifactIdncml-annotation |
Version | Version0.1.0 |
Type | Typejar |
Filename | Size |
---|---|
ncml-annotation-0.1.0.pom | |
ncml-annotation-0.1.0.jar | 5 KB |
ncml-annotation-0.1.0-sources.jar | 5 KB |
ncml-annotation-0.1.0-javadoc.jar | 55 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.hlfsousa/ncml-annotation/ -->
<dependency>
<groupId>io.github.hlfsousa</groupId>
<artifactId>ncml-annotation</artifactId>
<version>0.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.hlfsousa/ncml-annotation/
implementation 'io.github.hlfsousa:ncml-annotation:0.1.0'
// https://jarcasting.com/artifacts/io.github.hlfsousa/ncml-annotation/
implementation ("io.github.hlfsousa:ncml-annotation:0.1.0")
'io.github.hlfsousa:ncml-annotation:jar:0.1.0'
<dependency org="io.github.hlfsousa" name="ncml-annotation" rev="0.1.0">
<artifact name="ncml-annotation" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.hlfsousa', module='ncml-annotation', version='0.1.0')
)
libraryDependencies += "io.github.hlfsousa" % "ncml-annotation" % "0.1.0"
[io.github.hlfsousa/ncml-annotation "0.1.0"]