License |
License |
---|---|
Categories |
CategoriesGUI User Interface Guice Application Layer Libs Dependency Injection |
GroupId | GroupIdcom.github.rodionmoiseev.c10n |
ArtifactId | ArtifactIdc10n-ext-guice |
Last Version | Last Version1.3 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionCosmopolitan (C10N)
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.
|
Filename | Size |
---|---|
c10n-ext-guice-1.3.pom | |
c10n-ext-guice-1.3.jar | 2 KB |
c10n-ext-guice-1.3-sources.jar | 2 KB |
c10n-ext-guice-1.3-javadoc.jar | 21 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.rodionmoiseev.c10n/c10n-ext-guice/ -->
<dependency>
<groupId>com.github.rodionmoiseev.c10n</groupId>
<artifactId>c10n-ext-guice</artifactId>
<version>1.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.rodionmoiseev.c10n/c10n-ext-guice/
implementation 'com.github.rodionmoiseev.c10n:c10n-ext-guice:1.3'
// https://jarcasting.com/artifacts/com.github.rodionmoiseev.c10n/c10n-ext-guice/
implementation ("com.github.rodionmoiseev.c10n:c10n-ext-guice:1.3")
'com.github.rodionmoiseev.c10n:c10n-ext-guice:jar:1.3'
<dependency org="com.github.rodionmoiseev.c10n" name="c10n-ext-guice" rev="1.3">
<artifact name="c10n-ext-guice" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.rodionmoiseev.c10n', module='c10n-ext-guice', version='1.3')
)
libraryDependencies += "com.github.rodionmoiseev.c10n" % "c10n-ext-guice" % "1.3"
[com.github.rodionmoiseev.c10n/c10n-ext-guice "1.3"]
Group / Artifact | Type | Version |
---|---|---|
org.reflections : reflections | jar | 0.9.11 |
com.google.inject.extensions : guice-assistedinject | jar | 4.2.0 |
com.google.inject : guice | jar | 4.2.0 |
Group / Artifact | Type | Version |
---|---|---|
org.mockito : mockito-core | jar | 2.0.31-beta |
junit : junit | jar | 4.11 |
com.google.guava : guava | jar | 18.0 |
org.hamcrest : hamcrest-all | jar | 1.3 |
commons-io : commons-io | jar | 2.6 |