| License | 
                License | 
        
|---|---|
| GroupId | GroupIdorg.citationstyles | 
    
| ArtifactId | ArtifactIdlocales | 
    
| Last Version | Last Version22.4 | 
        
| Release Date | Release Date | 
        
| Type | Typejar | 
    
| Description | 
            DescriptionCitation Style Language (CSL) locale files 
            Citation Style Language (CSL) locale files packaged as a Maven artifact 
         | 
    
| Project URL | 
                    Project URL | 
            
| Project Organization | 
                    Project Organization | 
            
| Source Code Management | 
                    Source Code Management | 
            
| Filename | Size | 
|---|---|
| locales-22.4.pom | |
| locales-22.4.jar | 118 KB | 
| locales-22.4-sources.jar | 261 bytes | 
| locales-22.4-javadoc.jar | 261 bytes | 
| Browse | 
<!-- https://jarcasting.com/artifacts/org.citationstyles/locales/ -->
<dependency>
    <groupId>org.citationstyles</groupId>
    <artifactId>locales</artifactId>
    <version>22.4</version>
</dependency>
                // https://jarcasting.com/artifacts/org.citationstyles/locales/
implementation 'org.citationstyles:locales:22.4'
                // https://jarcasting.com/artifacts/org.citationstyles/locales/
implementation ("org.citationstyles:locales:22.4")
                'org.citationstyles:locales:jar:22.4'
                <dependency org="org.citationstyles" name="locales" rev="22.4">
  <artifact name="locales" type="jar" />
</dependency>
                @Grapes(
@Grab(group='org.citationstyles', module='locales', version='22.4')
)
                libraryDependencies += "org.citationstyles" % "locales" % "22.4"
                [org.citationstyles/locales "22.4"]