confuse-io-yaml
Configuration serialization/deserialization to/from YAML
Usage
Gradle
compile group: 'com.github.akurilov', name: 'confuse-io-yaml', version: '1.0.0'
| Лицензия |
Лицензия
Apache License 2.0
|
|---|---|
| Группа | Группаcom.github.akurilov |
| Идентификатор | Идентификаторconfuse-io-yaml |
| Последняя версия | Последняя версия1.0.0 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
Описаниеconfuse-io-yaml
Configuration serialization/deserialization to/from YAML
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| confuse-io-yaml-1.0.0.pom | |
| confuse-io-yaml-1.0.0.jar | 7 KB |
| confuse-io-yaml-1.0.0-sources.jar | 3 KB |
| confuse-io-yaml-1.0.0-javadoc.jar | 399 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.github.akurilov/confuse-io-yaml/ -->
<dependency>
<groupId>com.github.akurilov</groupId>
<artifactId>confuse-io-yaml</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.akurilov/confuse-io-yaml/
implementation 'com.github.akurilov:confuse-io-yaml:1.0.0'
// https://jarcasting.com/artifacts/com.github.akurilov/confuse-io-yaml/
implementation ("com.github.akurilov:confuse-io-yaml:1.0.0")
'com.github.akurilov:confuse-io-yaml:jar:1.0.0'
<dependency org="com.github.akurilov" name="confuse-io-yaml" rev="1.0.0">
<artifact name="confuse-io-yaml" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.akurilov', module='confuse-io-yaml', version='1.0.0')
)
libraryDependencies += "com.github.akurilov" % "confuse-io-yaml" % "1.0.0"
[com.github.akurilov/confuse-io-yaml "1.0.0"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| com.github.akurilov : confuse | jar | 1.2.1 |
| com.fasterxml.jackson.core : jackson-core | jar | 2.9.8 |
| com.fasterxml.jackson.core : jackson-databind | jar | 2.9.8 |
| com.fasterxml.jackson.dataformat : jackson-dataformat-yaml | jar | 2.9.8 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| junit : junit | jar | 4.12 |
Configuration serialization/deserialization to/from YAML
compile group: 'com.github.akurilov', name: 'confuse-io-yaml', version: '1.0.0'