GroupId | GroupIdio.github.hlfsousa |
---|---|
ArtifactId | ArtifactIdncml-annotation |
Version | Version0.5.3-downgraded |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/io.github.hlfsousa/ncml-annotation/ -->
<dependency>
<groupId>io.github.hlfsousa</groupId>
<artifactId>ncml-annotation</artifactId>
<version>0.5.3-downgraded</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.hlfsousa/ncml-annotation/
implementation 'io.github.hlfsousa:ncml-annotation:0.5.3-downgraded'
// https://jarcasting.com/artifacts/io.github.hlfsousa/ncml-annotation/
implementation ("io.github.hlfsousa:ncml-annotation:0.5.3-downgraded")
'io.github.hlfsousa:ncml-annotation:jar:0.5.3-downgraded'
<dependency org="io.github.hlfsousa" name="ncml-annotation" rev="0.5.3-downgraded">
<artifact name="ncml-annotation" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.hlfsousa', module='ncml-annotation', version='0.5.3-downgraded')
)
libraryDependencies += "io.github.hlfsousa" % "ncml-annotation" % "0.5.3-downgraded"
[io.github.hlfsousa/ncml-annotation "0.5.3-downgraded"]