| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииORM Данные |
| Группа | Группаcom.mastfrog |
| Идентификатор | Идентификаторutil-fileformat |
| Последняя версия | Последняя версия2.8.3 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеLibrary with no dependencies which supports writing JSON and
(repeatably, with no generated comments) Properties file formats
|
| Ссылка на сайт |
Ссылка на сайт |
| Организация-разработчик |
Организация-разработчикMastfrog Technologies |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| util-fileformat-2.8.3.pom | |
| util-fileformat-2.8.3.jar | 17 KB |
| util-fileformat-2.8.3-sources.jar | 9 KB |
| util-fileformat-2.8.3-javadoc.jar | 35 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.mastfrog/util-fileformat/ -->
<dependency>
<groupId>com.mastfrog</groupId>
<artifactId>util-fileformat</artifactId>
<version>2.8.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.mastfrog/util-fileformat/
implementation 'com.mastfrog:util-fileformat:2.8.3'
// https://jarcasting.com/artifacts/com.mastfrog/util-fileformat/
implementation ("com.mastfrog:util-fileformat:2.8.3")
'com.mastfrog:util-fileformat:jar:2.8.3'
<dependency org="com.mastfrog" name="util-fileformat" rev="2.8.3">
<artifact name="util-fileformat" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.mastfrog', module='util-fileformat', version='2.8.3')
)
libraryDependencies += "com.mastfrog" % "util-fileformat" % "2.8.3"
[com.mastfrog/util-fileformat "2.8.3"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| com.mastfrog : util-strings | jar | 2.8.3 |
| com.mastfrog : util-collections | jar | 2.8.3 |
| junit : junit | jar | 4.13.2 |