is not current version
Last Version 2.6.0

net.urizone:ddmsence 2.2.0

DDMSence (pronounced "dee-dee-em-Essence") is the only open-source Java library that fully supports the DoD Discovery Metadata Specification (DDMS).

Categories

Categories

Net
GroupId

GroupId

net.urizone
ArtifactId

ArtifactId

ddmsence
Version

Version

2.2.0
Type

Type

jar

Download ddmsence 2.2.0


<!-- https://jarcasting.com/artifacts/net.urizone/ddmsence/ -->
<dependency>
    <groupId>net.urizone</groupId>
    <artifactId>ddmsence</artifactId>
    <version>2.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/net.urizone/ddmsence/
implementation 'net.urizone:ddmsence:2.2.0'
// https://jarcasting.com/artifacts/net.urizone/ddmsence/
implementation ("net.urizone:ddmsence:2.2.0")
'net.urizone:ddmsence:jar:2.2.0'
<dependency org="net.urizone" name="ddmsence" rev="2.2.0">
  <artifact name="ddmsence" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.urizone', module='ddmsence', version='2.2.0')
)
libraryDependencies += "net.urizone" % "ddmsence" % "2.2.0"
[net.urizone/ddmsence "2.2.0"]