GroupId | GroupIdcom.jslsolucoes |
---|---|
ArtifactId | ArtifactIdi18n |
Version | Version1.0.0 |
Type | Typejar |
Filename | Size |
---|---|
i18n-1.0.0.pom | |
i18n-1.0.0.jar | 3 KB |
i18n-1.0.0-sources.jar | 513 bytes |
i18n-1.0.0-javadoc.jar | 22 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.jslsolucoes/i18n/ -->
<dependency>
<groupId>com.jslsolucoes</groupId>
<artifactId>i18n</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.jslsolucoes/i18n/
implementation 'com.jslsolucoes:i18n:1.0.0'
// https://jarcasting.com/artifacts/com.jslsolucoes/i18n/
implementation ("com.jslsolucoes:i18n:1.0.0")
'com.jslsolucoes:i18n:jar:1.0.0'
<dependency org="com.jslsolucoes" name="i18n" rev="1.0.0">
<artifact name="i18n" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.jslsolucoes', module='i18n', version='1.0.0')
)
libraryDependencies += "com.jslsolucoes" % "i18n" % "1.0.0"
[com.jslsolucoes/i18n "1.0.0"]