GroupId | GroupIdorg.citationstyles |
---|---|
ArtifactId | ArtifactIdlocales |
Version | Version2.0.0 |
Type | Typejar |
Filename | Size |
---|---|
locales-2.0.0.pom | |
locales-2.0.0.jar | 118 KB |
locales-2.0.0-sources.jar | 261 bytes |
locales-2.0.0-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/org.citationstyles/locales/ -->
<dependency>
<groupId>org.citationstyles</groupId>
<artifactId>locales</artifactId>
<version>2.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.citationstyles/locales/
implementation 'org.citationstyles:locales:2.0.0'
// https://jarcasting.com/artifacts/org.citationstyles/locales/
implementation ("org.citationstyles:locales:2.0.0")
'org.citationstyles:locales:jar:2.0.0'
<dependency org="org.citationstyles" name="locales" rev="2.0.0">
<artifact name="locales" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.citationstyles', module='locales', version='2.0.0')
)
libraryDependencies += "org.citationstyles" % "locales" % "2.0.0"
[org.citationstyles/locales "2.0.0"]