License |
License |
---|---|
GroupId | GroupIdcom.github.bakerln |
ArtifactId | ArtifactIdcommon-i18n |
Last Version | Last Version1.0.2-RELEASE |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptiona java framework for dev project
|
Filename | Size |
---|---|
common-i18n-1.0.2-RELEASE.pom | |
common-i18n-1.0.2-RELEASE.jar | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.bakerln/common-i18n/ -->
<dependency>
<groupId>com.github.bakerln</groupId>
<artifactId>common-i18n</artifactId>
<version>1.0.2-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.bakerln/common-i18n/
implementation 'com.github.bakerln:common-i18n:1.0.2-RELEASE'
// https://jarcasting.com/artifacts/com.github.bakerln/common-i18n/
implementation ("com.github.bakerln:common-i18n:1.0.2-RELEASE")
'com.github.bakerln:common-i18n:jar:1.0.2-RELEASE'
<dependency org="com.github.bakerln" name="common-i18n" rev="1.0.2-RELEASE">
<artifact name="common-i18n" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.bakerln', module='common-i18n', version='1.0.2-RELEASE')
)
libraryDependencies += "com.github.bakerln" % "common-i18n" % "1.0.2-RELEASE"
[com.github.bakerln/common-i18n "1.0.2-RELEASE"]