MVN

c10n : c10n-core

Maven & Gradle

Mar 03, 2013
3 usages
68 stars

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.

<dependency>
    <groupId>c10n</groupId>
    <artifactId>c10n-core</artifactId>
    <version>1.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of c10n : c10n-core to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.1

All Versions

Choose a version of c10n : c10n-core to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.1
c10n-core-1.1

How to add a dependency to Maven

Add the following c10n : c10n-core maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>c10n</groupId>
    <artifactId>c10n-core</artifactId>
    <version>1.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following c10n : c10n-core gradle dependency to your build.gradle file:

implementation 'c10n:c10n-core:1.1'

Gradle Kotlin DSL: Add the following c10n : c10n-core gradle kotlin dependency to your build.gradle.kts file:

implementation("c10n:c10n-core:1.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following c10n : c10n-core sbt scala dependency to your build.sbt file:

libraryDependencies += "c10n" % "c10n-core" % "1.1"

Advertisement

Dependencies from Group

Mar 03, 2013
3 usages
68 stars

Discover Dependencies

May 15, 2010
2 usages
Aug 25, 2023
62 usages
68 stars
May 29, 2018
5 usages
21 stars
Jun 16, 2021
29 usages
18 stars
Sep 20, 2016
5 usages
42 stars
May 09, 2020
7 usages
Jun 08, 2023
20 usages
288 stars
Mar 09, 2022
22 usages
1 stars