License |
License |
---|---|
GroupId | GroupIdcom.fathzer |
ArtifactId | ArtifactIdjlocal |
Last Version | Last Version1.0.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionjlocal
A translator friendly alternative to java.text.MessageFormat.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
jlocal-1.0.0.pom | |
jlocal-1.0.0.jar | 2 KB |
jlocal-1.0.0-sources.jar | 2 KB |
jlocal-1.0.0-javadoc.jar | 36 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.fathzer/jlocal/ -->
<dependency>
<groupId>com.fathzer</groupId>
<artifactId>jlocal</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.fathzer/jlocal/
implementation 'com.fathzer:jlocal:1.0.0'
// https://jarcasting.com/artifacts/com.fathzer/jlocal/
implementation ("com.fathzer:jlocal:1.0.0")
'com.fathzer:jlocal:jar:1.0.0'
<dependency org="com.fathzer" name="jlocal" rev="1.0.0">
<artifact name="jlocal" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.fathzer', module='jlocal', version='1.0.0')
)
libraryDependencies += "com.fathzer" % "jlocal" % "1.0.0"
[com.fathzer/jlocal "1.0.0"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.11 |