MVN

tk.jamun : volley

Maven & Gradle

Sep 12, 2019
7 usages
0 stars

Volley · A set of Custom Classes with UI components for network programming, integration and transaction handling in a better and standard way. This will help developers for making quality use of volley library.

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

Latest Version

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

  • Latest Stable: 0.0.7

All Versions

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

Version Vulnerabilities Updated
0.0.x
volley-0.0.7
volley-0.0.4
volley-0.0.2
volley-0.0.1

How to add a dependency to Maven

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

<dependency>
    <groupId>tk.jamun</groupId>
    <artifactId>volley</artifactId>
    <version>0.0.7</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'tk.jamun:volley:0.0.7'

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

implementation("tk.jamun:volley:0.0.7")

How to add a dependency to SBT Scala

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

libraryDependencies += "tk.jamun" % "volley" % "0.0.7"