GroupId | GroupIdio.restx |
---|---|
ArtifactId | ArtifactIdrestx-i18n |
Version | Version0.33 |
Type | Typejar |
Filename | Size |
---|---|
restx-i18n-0.33.pom | |
restx-i18n-0.33.jar | 26 KB |
restx-i18n-0.33-sources.jar | 8 KB |
restx-i18n-0.33-javadoc.jar | 71 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.restx/restx-i18n/ -->
<dependency>
<groupId>io.restx</groupId>
<artifactId>restx-i18n</artifactId>
<version>0.33</version>
</dependency>
// https://jarcasting.com/artifacts/io.restx/restx-i18n/
implementation 'io.restx:restx-i18n:0.33'
// https://jarcasting.com/artifacts/io.restx/restx-i18n/
implementation ("io.restx:restx-i18n:0.33")
'io.restx:restx-i18n:jar:0.33'
<dependency org="io.restx" name="restx-i18n" rev="0.33">
<artifact name="restx-i18n" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.restx', module='restx-i18n', version='0.33')
)
libraryDependencies += "io.restx" % "restx-i18n" % "0.33"
[io.restx/restx-i18n "0.33"]