| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииСеть config Библиотеки уровня приложения Configuration |
| Группа | Группаnet.cactusthorn.config |
| Идентификатор | Идентификаторtoml |
| Последняя версия | Последняя версия0.30 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеConfig :: TOML
Config :: TOML
|
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| toml-0.30.pom | |
| toml-0.30.jar | 9 KB |
| toml-0.30-sources.jar | 7 KB |
| toml-0.30-javadoc.jar | 32 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/net.cactusthorn.config/toml/ -->
<dependency>
<groupId>net.cactusthorn.config</groupId>
<artifactId>toml</artifactId>
<version>0.30</version>
</dependency>
// https://jarcasting.com/artifacts/net.cactusthorn.config/toml/
implementation 'net.cactusthorn.config:toml:0.30'
// https://jarcasting.com/artifacts/net.cactusthorn.config/toml/
implementation ("net.cactusthorn.config:toml:0.30")
'net.cactusthorn.config:toml:jar:0.30'
<dependency org="net.cactusthorn.config" name="toml" rev="0.30">
<artifact name="toml" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.cactusthorn.config', module='toml', version='0.30')
)
libraryDependencies += "net.cactusthorn.config" % "toml" % "0.30"
[net.cactusthorn.config/toml "0.30"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| net.cactusthorn.config : core | jar | 0.30 |
| org.tomlj : tomlj | jar | 1.0.0 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.junit.jupiter : junit-jupiter-api | jar | 5.7.2 |
| org.junit.jupiter : junit-jupiter-engine | jar | 5.7.2 |
| org.junit.jupiter : junit-jupiter-params | jar | 5.7.2 |