dejv78 :: Commons :: Config :: JSON

Bits of generally handy, mostly (but not exclusively) JavaFX related code.

Лицензия

Лицензия

Категории

Категории

config Библиотеки уровня приложения Configuration JSON Данные
Группа

Группа

com.github.dejv78.commons.config
Идентификатор

Идентификатор

config-json
Последняя версия

Последняя версия

1.1.0
Дата

Дата

Тип

Тип

jar
Описание

Описание

dejv78 :: Commons :: Config :: JSON
Bits of generally handy, mostly (but not exclusively) JavaFX related code.

Скачать config-json

Как подключить последнюю версию

<!-- https://jarcasting.com/artifacts/com.github.dejv78.commons.config/config-json/ -->
<dependency>
    <groupId>com.github.dejv78.commons.config</groupId>
    <artifactId>config-json</artifactId>
    <version>1.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.dejv78.commons.config/config-json/
implementation 'com.github.dejv78.commons.config:config-json:1.1.0'
// https://jarcasting.com/artifacts/com.github.dejv78.commons.config/config-json/
implementation ("com.github.dejv78.commons.config:config-json:1.1.0")
'com.github.dejv78.commons.config:config-json:jar:1.1.0'
<dependency org="com.github.dejv78.commons.config" name="config-json" rev="1.1.0">
  <artifact name="config-json" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.dejv78.commons.config', module='config-json', version='1.1.0')
)
libraryDependencies += "com.github.dejv78.commons.config" % "config-json" % "1.1.0"
[com.github.dejv78.commons.config/config-json "1.1.0"]

Зависимости

compile (5)

Идентификатор библиотеки Тип Версия
org.apache.commons : commons-math3 jar 3.2
com.github.dejv78.commons.config : config jar 1.1.0
com.fasterxml.jackson.core : jackson-databind jar 2.4.4
org.slf4j : slf4j-api jar 1.7.5
ch.qos.logback : logback-classic jar 1.1.2

test (2)

Идентификатор библиотеки Тип Версия
junit : junit jar 4.11
org.mockito : mockito-all jar 1.9.5

Модули Проекта

Данный проект не имеет модулей.

dejv commons, 1.1.0

Contains bits of generally handy, mostly (but not exclusively) JavaFX related code. See releasenotes for details on specific versions.

Provided by dejv78 under the terms of MIT license.

Project page

Visit https://dejv78.github.io/commons/

Javadoc

Browse on GitHub: https://dejv78.github.io/commons/apidocs/

Files (Binaries, Sources, API Docs)

Download on Bintray: https://bintray.com/dejv78/maven/commons/

Contained libraries

config

Contains API for simple configuration persistence mechanism.

Maven:

<dependency>
    <groupId>com.github.dejv78.commons.config</groupId>
    <artifactId>config</artifactId>
    <version>1.1.0</version>
</dependency>

For more info on usage see the documentation.

config-json

JSON implementation of the config API.

Maven:

<dependency>
    <groupId>com.github.dejv78.commons.config</groupId>
    <artifactId>config-json</artifactId>
    <version>1.1.0</version>
</dependency>

For more info on usage see the documentation.

jfx-binding

A collection of classes to enhance the binding possibilities of JavaFX.

Maven:

<dependency>
    <groupId>com.github.dejv78.commons.jfx</groupId>
    <artifactId>jfx-binding</artifactId>
    <version>1.1.0</version>
</dependency>

For more info on usage see the documentation.

jfx-input

A collection of classes to provide an easy-to-use mechanism for reaction to JavaFX user input events.

Maven:

<dependency>
    <groupId>com.github.dejv78.commons.jfx</groupId>
    <artifactId>jfx-input</artifactId>
    <version>1.1.0</version>
</dependency>

For more info on usage see the documentation.

jfx-geometry

A collection of useful JavaFX geometry classes.

Maven:

<dependency>
    <groupId>com.github.dejv78.commons.jfx</groupId>
    <artifactId>jfx-geometry</artifactId>
    <version>1.1.0</version>
</dependency>

For more info on usage see the documentation.

Версии библиотеки

Версия
1.1.0