Download lang-tag-1.1.1.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.1.1 in this page.

License

The Apache Software License, Version 2.0

Build File

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

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

Download

Click the following link to download the jar file.

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



Related Tutorials