| GroupId | GroupIdcom.github.bakerln | 
|---|---|
| ArtifactId | ArtifactIdcommon-i18n | 
| Version | Version1.0.1-RELEASE | 
| Type | Typejar | 
| Filename | Size | 
|---|---|
| common-i18n-1.0.1-RELEASE.pom | |
| common-i18n-1.0.1-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.1-RELEASE</version>
</dependency>// https://jarcasting.com/artifacts/com.github.bakerln/common-i18n/
implementation 'com.github.bakerln:common-i18n:1.0.1-RELEASE'// https://jarcasting.com/artifacts/com.github.bakerln/common-i18n/
implementation ("com.github.bakerln:common-i18n:1.0.1-RELEASE")'com.github.bakerln:common-i18n:jar:1.0.1-RELEASE'<dependency org="com.github.bakerln" name="common-i18n" rev="1.0.1-RELEASE">
  <artifact name="common-i18n" type="jar" />
</dependency>@Grapes(
@Grab(group='com.github.bakerln', module='common-i18n', version='1.0.1-RELEASE')
)libraryDependencies += "com.github.bakerln" % "common-i18n" % "1.0.1-RELEASE"[com.github.bakerln/common-i18n "1.0.1-RELEASE"]