| Лицензия |
Лицензия |
|---|---|
| Группа | Группаio.github.xtomlj |
| Идентификатор | Идентификаторxtomlj |
| Версия | Версия1.1.0 |
| Тип | Типpom |
| Описание |
Описаниеxtomlj
A parser for Tom's Obvious, Minimal Language (TOML).
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| xtomlj-1.1.0.pom | |
| xtomlj-1.1.0.jar | 2 KB |
| xtomlj-1.1.0-sources.jar | 80 KB |
| xtomlj-1.1.0-javadoc.jar | 420 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/io.github.xtomlj/xtomlj/ -->
<dependency>
<groupId>io.github.xtomlj</groupId>
<artifactId>xtomlj</artifactId>
<version>1.1.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.xtomlj/xtomlj/
implementation 'io.github.xtomlj:xtomlj:1.1.0'
// https://jarcasting.com/artifacts/io.github.xtomlj/xtomlj/
implementation ("io.github.xtomlj:xtomlj:1.1.0")
'io.github.xtomlj:xtomlj:pom:1.1.0'
<dependency org="io.github.xtomlj" name="xtomlj" rev="1.1.0">
<artifact name="xtomlj" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.github.xtomlj', module='xtomlj', version='1.1.0')
)
libraryDependencies += "io.github.xtomlj" % "xtomlj" % "1.1.0"
[io.github.xtomlj/xtomlj "1.1.0"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.antlr : antlr4-runtime | jar | 4.7.2 |
| com.google.code.findbugs : jsr305 | jar | 3.0.2 |