CCS

CCS is a config file format and library.

License

License

Categories

Categories

Net
GroupId

GroupId

net.immute
ArtifactId

ArtifactId

ccs
Last Version

Last Version

0.9.6
Release Date

Release Date

Type

Type

jar
Description

Description

CCS
CCS is a config file format and library.
Project URL

Project URL

https://github.com/hellige/ccs
Source Code Management

Source Code Management

https://github.com/hellige/ccs

Download ccs

How to add to project

<!-- 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"]

Dependencies

test (1)

Group / Artifact Type Version
junit : junit jar 4.12

Project Modules

There are no modules declared in this project.

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>

Versions

Version
0.9.6
v0.9.5