| Лицензия |
Лицензия
BSD style license
|
|---|---|
| Группа | Группаorg.jyaml |
| Идентификатор | Идентификаторjyaml |
| Последняя версия | Последняя версия1.3 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
Описаниеjyaml
JYaml is a Java library for Java object serialization using the Yaml format - a human-friendly format for structured documents (yaml.org).
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| jyaml-1.3.pom | |
| jyaml-1.3.jar | 57 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.jyaml/jyaml/ -->
<dependency>
<groupId>org.jyaml</groupId>
<artifactId>jyaml</artifactId>
<version>1.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.jyaml/jyaml/
implementation 'org.jyaml:jyaml:1.3'
// https://jarcasting.com/artifacts/org.jyaml/jyaml/
implementation ("org.jyaml:jyaml:1.3")
'org.jyaml:jyaml:jar:1.3'
<dependency org="org.jyaml" name="jyaml" rev="1.3">
<artifact name="jyaml" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jyaml', module='jyaml', version='1.3')
)
libraryDependencies += "org.jyaml" % "jyaml" % "1.3"
[org.jyaml/jyaml "1.3"]