GroupId | GroupIdio.github.aliceapps |
---|---|
ArtifactId | ArtifactIdlocale-helper |
Version | Version1.0 |
Type | Typeaar |
Filename | Size |
---|---|
locale-helper-1.0.pom | |
locale-helper-1.0-sources.jar | 1 KB |
locale-helper-1.0-javadoc.jar | 18 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.aliceapps/locale-helper/ -->
<dependency>
<groupId>io.github.aliceapps</groupId>
<artifactId>locale-helper</artifactId>
<version>1.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.aliceapps/locale-helper/
implementation 'io.github.aliceapps:locale-helper:1.0'
// https://jarcasting.com/artifacts/io.github.aliceapps/locale-helper/
implementation ("io.github.aliceapps:locale-helper:1.0")
'io.github.aliceapps:locale-helper:aar:1.0'
<dependency org="io.github.aliceapps" name="locale-helper" rev="1.0">
<artifact name="locale-helper" type="aar" />
</dependency>
@Grapes(
@Grab(group='io.github.aliceapps', module='locale-helper', version='1.0')
)
libraryDependencies += "io.github.aliceapps" % "locale-helper" % "1.0"
[io.github.aliceapps/locale-helper "1.0"]