is not current version
Last Version 1.3

com.github.rodionmoiseev.c10n:c10n-ext-guice 1.2

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.

Categories

Categories

GUI User Interface Guice Application Layer Libs Dependency Injection
GroupId

GroupId

com.github.rodionmoiseev.c10n
ArtifactId

ArtifactId

c10n-ext-guice
Version

Version

1.2
Type

Type

jar

Download c10n-ext-guice 1.2


<!-- 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.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.rodionmoiseev.c10n/c10n-ext-guice/
implementation 'com.github.rodionmoiseev.c10n:c10n-ext-guice:1.2'
// https://jarcasting.com/artifacts/com.github.rodionmoiseev.c10n/c10n-ext-guice/
implementation ("com.github.rodionmoiseev.c10n:c10n-ext-guice:1.2")
'com.github.rodionmoiseev.c10n:c10n-ext-guice:jar:1.2'
<dependency org="com.github.rodionmoiseev.c10n" name="c10n-ext-guice" rev="1.2">
  <artifact name="c10n-ext-guice" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.rodionmoiseev.c10n', module='c10n-ext-guice', version='1.2')
)
libraryDependencies += "com.github.rodionmoiseev.c10n" % "c10n-ext-guice" % "1.2"
[com.github.rodionmoiseev.c10n/c10n-ext-guice "1.2"]