License |
License |
---|---|
GroupId | GroupIdcom.logicartisan |
ArtifactId | ArtifactIdcommon-locale |
Last Version | Last Version1.0.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionLogicArtisan Common Locale
Localization framework for Java with compile-time verification.
|
Filename | Size |
---|---|
common-locale-1.0.0.pom | |
common-locale-1.0.0.jar | 16 KB |
common-locale-1.0.0-sources.jar | 9 KB |
common-locale-1.0.0-javadoc.jar | 52 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.logicartisan/common-locale/ -->
<dependency>
<groupId>com.logicartisan</groupId>
<artifactId>common-locale</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.logicartisan/common-locale/
implementation 'com.logicartisan:common-locale:1.0.0'
// https://jarcasting.com/artifacts/com.logicartisan/common-locale/
implementation ("com.logicartisan:common-locale:1.0.0")
'com.logicartisan:common-locale:jar:1.0.0'
<dependency org="com.logicartisan" name="common-locale" rev="1.0.0">
<artifact name="common-locale" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.logicartisan', module='common-locale', version='1.0.0')
)
libraryDependencies += "com.logicartisan" % "common-locale" % "1.0.0"
[com.logicartisan/common-locale "1.0.0"]
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : slf4j-api | jar | 1.7.21 |
com.google.code.findbugs : jsr305 | jar | 3.0.1 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |