| Лицензия |
Лицензия |
|---|---|
| Группа | Группаorg.blueobelisk |
| Идентификатор | Идентификаторcmlxom |
| Версия | Версия4.0 |
| Тип | Типjar |
| Описание |
ОписаниеCMLXOM
A Java library for processing CML
|
| Ссылка на сайт |
Ссылка на сайт |
| Организация-разработчик |
Организация-разработчик |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| cmlxom-4.0.pom | |
| cmlxom-4.0.jar | 1011 KB |
| cmlxom-4.0-sources.jar | 913 KB |
| cmlxom-4.0-javadoc.jar | 3 MB |
| Обзор |
<!-- 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"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| 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 |