CCS

CCS is a config file format and library.

Лицензия

Лицензия

Категории

Категории

Сеть
Группа

Группа

net.immute
Идентификатор

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

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

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

0.9.6
Дата

Дата

Тип

Тип

jar
Описание

Описание

CCS
CCS is a config file format and library.
Ссылка на сайт

Ссылка на сайт

https://github.com/hellige/ccs
Система контроля версий

Система контроля версий

https://github.com/hellige/ccs

Скачать ccs

Имя Файла Размер
ccs-0.9.6.pom
ccs-0.9.6.jar 61 KB
ccs-0.9.6-sources.jar 22 KB
ccs-0.9.6-javadoc.jar 570 KB
Обзор

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

<!-- https://jarcasting.com/artifacts/net.immute/ccs/ -->
<dependency>
    <groupId>net.immute</groupId>
    <artifactId>ccs</artifactId>
    <version>0.9.6</version>
</dependency>
// https://jarcasting.com/artifacts/net.immute/ccs/
implementation 'net.immute:ccs:0.9.6'
// https://jarcasting.com/artifacts/net.immute/ccs/
implementation ("net.immute:ccs:0.9.6")
'net.immute:ccs:jar:0.9.6'
<dependency org="net.immute" name="ccs" rev="0.9.6">
  <artifact name="ccs" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.immute', module='ccs', version='0.9.6')
)
libraryDependencies += "net.immute" % "ccs" % "0.9.6"
[net.immute/ccs "0.9.6"]

Зависимости

test (1)

Идентификатор библиотеки Тип Версия
junit : junit jar 4.12

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

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

Build Status GitHub release GitHub license

CCS for Java

This is the Java implementation of CCS.

CCS is a language for config files, and libraries to read those files and configure applications. The documentation is currently quite poor, but the Java and C++ implementations are mature and have been used in production for many years.

There's a presentation about the language here, but it's a little sketchy without someone talking along with it. A syntax reference is here.

Including CCS in your project

Release artifacts are available in Maven:

<dependency>
    <groupId>net.immute</groupId>
    <artifactId>ccs</artifactId>
    <version>...</version>
</dependency>

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

Версия
0.9.6
v0.9.5