License |
License |
---|---|
GroupId | GroupIdc10n |
ArtifactId | ArtifactIdc10n-core |
Version | Version1.1 |
Type | Typejar |
Description |
Descriptionc10n-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.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
c10n-core-1.1.pom | |
c10n-core-1.1.jar | 54 KB |
c10n-core-1.1-sources.jar | 49 KB |
c10n-core-1.1-javadoc.jar | 204 KB |
Browse |
<!-- https://jarcasting.com/artifacts/c10n/c10n-core/ -->
<dependency>
<groupId>c10n</groupId>
<artifactId>c10n-core</artifactId>
<version>1.1</version>
</dependency>
// https://jarcasting.com/artifacts/c10n/c10n-core/
implementation 'c10n:c10n-core:1.1'
// https://jarcasting.com/artifacts/c10n/c10n-core/
implementation ("c10n:c10n-core:1.1")
'c10n:c10n-core:jar:1.1'
<dependency org="c10n" name="c10n-core" rev="1.1">
<artifact name="c10n-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='c10n', module='c10n-core', version='1.1')
)
libraryDependencies += "c10n" % "c10n-core" % "1.1"
[c10n/c10n-core "1.1"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.11 |
commons-io : commons-io | jar | 1.3.2 |
com.google.collections : google-collections | jar | 1.0 |
org.hamcrest : hamcrest-library | jar | 1.3 |