MVN

tk.jamun : language

Maven & Gradle

May 15, 2018
2 stars

Language-Picker · Language Picker provide Language picking functionality with great UI and UX custom calling features to make there picker developer handy. This have four custom ways to make there picker UI with Single and Multi Selection functionality. User have option to customize there data at your own by simple calls.

<dependency>
    <groupId>tk.jamun</groupId>
    <artifactId>language</artifactId>
    <version>0.0.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of tk.jamun : language to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.0.1

All Versions

Choose a version of tk.jamun : language to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.0.x
language-0.0.1

How to add a dependency to Maven

Add the following tk.jamun : language maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>tk.jamun</groupId>
    <artifactId>language</artifactId>
    <version>0.0.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following tk.jamun : language gradle dependency to your build.gradle file:

implementation 'tk.jamun:language:0.0.1'

Gradle Kotlin DSL: Add the following tk.jamun : language gradle kotlin dependency to your build.gradle.kts file:

implementation("tk.jamun:language:0.0.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following tk.jamun : language sbt scala dependency to your build.sbt file:

libraryDependencies += "tk.jamun" % "language" % "0.0.1"