| Лицензия |
Лицензия
BSD license
|
|---|---|
| Группа | Группаuk.m0nom |
| Идентификатор | ИдентификаторJavaAPIforKml |
| Последняя версия | Последняя версия3.0.1 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
Описаниеa Java API for Kml
This is JavaAPIforKMml, Micromata's library for use with applications that want to parse, generate and operate on KML. It is an implementation of the OGC KML 2.2 standard. It is written entirely in Java and makes heavy use of JAXB.
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| JavaAPIforKml-3.0.1.pom | |
| JavaAPIforKml-3.0.1.jar | 633 KB |
| JavaAPIforKml-3.0.1-sources.jar | 483 KB |
| JavaAPIforKml-3.0.1-javadoc.jar | 2 MB |
| Обзор |
<!-- https://jarcasting.com/artifacts/uk.m0nom/JavaAPIforKml/ -->
<dependency>
<groupId>uk.m0nom</groupId>
<artifactId>JavaAPIforKml</artifactId>
<version>3.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/uk.m0nom/JavaAPIforKml/
implementation 'uk.m0nom:JavaAPIforKml:3.0.1'
// https://jarcasting.com/artifacts/uk.m0nom/JavaAPIforKml/
implementation ("uk.m0nom:JavaAPIforKml:3.0.1")
'uk.m0nom:JavaAPIforKml:jar:3.0.1'
<dependency org="uk.m0nom" name="JavaAPIforKml" rev="3.0.1">
<artifact name="JavaAPIforKml" type="jar" />
</dependency>
@Grapes(
@Grab(group='uk.m0nom', module='JavaAPIforKml', version='3.0.1')
)
libraryDependencies += "uk.m0nom" % "JavaAPIforKml" % "3.0.1"
[uk.m0nom/JavaAPIforKml "3.0.1"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.projectlombok : lombok | jar | 1.18.22 |
| jakarta.xml.bind : jakarta.xml.bind-api | jar | 3.0.1 |
| org.jetbrains : annotations | jar | 23.0.0 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| com.sun.xml.bind : jaxb-impl | jar | 3.0.2 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| log4j : log4j | jar | 1.2.17 |
| junit : junit | jar | 4.13.2 |
| xmlunit : xmlunit | jar | 1.6 |