is not current version
Last Version 2.6.0

net.urizone:ddmsence 2.2.1

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.1
Type

Type

jar

Download ddmsence 2.2.1


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