is not current version
Last Version 4.1

org.blueobelisk:cmlxom 3.3

A Java library for processing CML

GroupId

GroupId

org.blueobelisk
ArtifactId

ArtifactId

cmlxom
Version

Version

3.3
Type

Type

jar

Download cmlxom 3.3


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