GroupId | GroupIdorg.ceylon-lang |
---|---|
ArtifactId | ArtifactIdceylon.locale |
Version | Version1.3.2 |
Type | Typejar |
Filename | Size |
---|---|
ceylon.locale-1.3.2.pom | |
ceylon.locale-1.3.2.jar | 1 MB |
ceylon.locale-1.3.2-sources.jar | 10 KB |
ceylon.locale-1.3.2-javadoc.jar | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.ceylon-lang/ceylon.locale/ -->
<dependency>
<groupId>org.ceylon-lang</groupId>
<artifactId>ceylon.locale</artifactId>
<version>1.3.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.ceylon-lang/ceylon.locale/
implementation 'org.ceylon-lang:ceylon.locale:1.3.2'
// https://jarcasting.com/artifacts/org.ceylon-lang/ceylon.locale/
implementation ("org.ceylon-lang:ceylon.locale:1.3.2")
'org.ceylon-lang:ceylon.locale:jar:1.3.2'
<dependency org="org.ceylon-lang" name="ceylon.locale" rev="1.3.2">
<artifact name="ceylon.locale" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.ceylon-lang', module='ceylon.locale', version='1.3.2')
)
libraryDependencies += "org.ceylon-lang" % "ceylon.locale" % "1.3.2"
[org.ceylon-lang/ceylon.locale "1.3.2"]