c

c10n-core

A Java library, focused on making internationalisation more modular, easier to evolve and maintain, robust-to-change and IDE-friendly without excess of external tools.
https://github.com/rodionmoiseev/c10n
The Apache Software License, Version 2.0
Rodion Moiseev
Files download
File Operation
c10n-core-1.1.jar download
c10n-core-1.1.pom download
c10n-core-1.1-sources.jar download
Apache Maven
<dependency>
  <groupId>c10n</groupId>
  <artifactId>c10n-core</artifactId>
  <version>1.1</version>
</dependency>
Gradle Groovy
implementation 'c10n:c10n-core:1.1'
Gradle Kotlin
implementation("c10n:c10n-core:1.1")
Scala SBT
libraryDependencies += "c10n" % "c10n-core" % "1.1"
Groovy Grape
@Grapes(
  @Grab(group='c10n', module='c10n-core', version='1.1')
)
Apache Ivy
<dependency org="c10n" name="c10n-core" rev="1.1" />
Leiningen
[c10n/c10n-core "1.1"]
Apache Buildr
'c10n:c10n-core:jar:1.1'