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