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