GroupId | GroupIdcom.github.naoghuman |
---|---|
ArtifactId | ArtifactIdlib-i18n |
Version | Version0.7.1 |
Type | Typejar |
Filename | Size |
---|---|
lib-i18n-0.7.1.pom | |
lib-i18n-0.7.1.jar | 26 KB |
lib-i18n-0.7.1-sources.jar | 23 KB |
lib-i18n-0.7.1-javadoc.jar | 140 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.naoghuman/lib-i18n/ -->
<dependency>
<groupId>com.github.naoghuman</groupId>
<artifactId>lib-i18n</artifactId>
<version>0.7.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.naoghuman/lib-i18n/
implementation 'com.github.naoghuman:lib-i18n:0.7.1'
// https://jarcasting.com/artifacts/com.github.naoghuman/lib-i18n/
implementation ("com.github.naoghuman:lib-i18n:0.7.1")
'com.github.naoghuman:lib-i18n:jar:0.7.1'
<dependency org="com.github.naoghuman" name="lib-i18n" rev="0.7.1">
<artifact name="lib-i18n" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.naoghuman', module='lib-i18n', version='0.7.1')
)
libraryDependencies += "com.github.naoghuman" % "lib-i18n" % "0.7.1"
[com.github.naoghuman/lib-i18n "0.7.1"]