| License |
License |
|---|---|
| GroupId | GroupIdorg.blueobelisk |
| ArtifactId | ArtifactIdcmlxom |
| Version | Version4.0 |
| Type | Typejar |
| Description |
DescriptionCMLXOM
A Java library for processing CML
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| cmlxom-4.0.pom | |
| cmlxom-4.0.jar | 1011 KB |
| cmlxom-4.0-sources.jar | 913 KB |
| cmlxom-4.0-javadoc.jar | 3 MB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.blueobelisk/cmlxom/ -->
<dependency>
<groupId>org.blueobelisk</groupId>
<artifactId>cmlxom</artifactId>
<version>4.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.blueobelisk/cmlxom/
implementation 'org.blueobelisk:cmlxom:4.0'
// https://jarcasting.com/artifacts/org.blueobelisk/cmlxom/
implementation ("org.blueobelisk:cmlxom:4.0")
'org.blueobelisk:cmlxom:jar:4.0'
<dependency org="org.blueobelisk" name="cmlxom" rev="4.0">
<artifact name="cmlxom" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.blueobelisk', module='cmlxom', version='4.0')
)
libraryDependencies += "org.blueobelisk" % "cmlxom" % "4.0"
[org.blueobelisk/cmlxom "4.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.blueobelisk : euclid | jar | 2.0 |
| org.ccil.cowan.tagsoup : tagsoup | jar | 1.2 |
| xml-apis : xml-apis | jar | 1.3.03 |
| junit : junit | jar | 4.13.1 |