is not current version
Last Version 4.1

org.blueobelisk:cmlxom 3.5

A Java library for processing CML

GroupId

GroupId

org.blueobelisk
ArtifactId

ArtifactId

cmlxom
Version

Version

3.5
Type

Type

jar

Download cmlxom 3.5


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