Download lang-tag-1.4.jar file - Jar l

Jar examples for l:lang-tag

Description

Java implementation of "Tags for Identifying Languages" (RFC 5646).

You can download jar file lang-tag 1.4 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add lang-tag-1.4.jar to your project.

<dependency>
   <groupId>com.nimbusds</groupId>
   <artifactId>lang-tag</artifactId>
   <version>1.4</version>
</dependency>
compile group: 'com.nimbusds', name: 'lang-tag', version: '1.4'
libraryDependencies += "com.nimbusds" % "lang-tag" % "1.4"
<dependency org="com.nimbusds" name="lang-tag" rev="1.4"/>
@Grapes(@Grab(group='com.nimbusds', module='lang-tag', version='1.4'))
'com.nimbusds:lang-tag:jar:1.4'

Download

Click the following link to download the jar file.

lang-tag-1.4-javadoc.jar
lang-tag-1.4-sources.jar
lang-tag-1.4.jar
lang-tag-1.4.pom



Related Tutorials