Download c10n-core-1.1.jar file - Jar c

Jar examples for c:c10n-core

Description

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.

You can download jar file c10n-core 1.1 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add c10n-core-1.1.jar to your project.

<dependency>
   <groupId>c10n</groupId>
   <artifactId>c10n-core</artifactId>
   <version>1.1</version>
</dependency>
compile group: 'c10n', name: 'c10n-core', version: '1.1'
libraryDependencies += "c10n" % "c10n-core" % "1.1"
<dependency org="c10n" name="c10n-core" rev="1.1"/>
@Grapes(@Grab(group='c10n', module='c10n-core', version='1.1'))
'c10n:c10n-core:jar:1.1'

Download

Click the following link to download the jar file.

c10n-core-1.1-javadoc.jar
c10n-core-1.1-sources.jar
c10n-core-1.1.jar
c10n-core-1.1.pom



Related Tutorials