MVN

com.vipulasri : ticketview

Maven & Gradle

Feb 06, 2021
1.2k stars

TicketView · A custom view to implement TicketView in android.

<dependency>
    <groupId>com.vipulasri</groupId>
    <artifactId>ticketview</artifactId>
    <version>1.0.7</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.vipulasri : ticketview to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.7

All Versions

Choose a version of com.vipulasri : ticketview to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.1.x
ticketview-1.1.2
ticketview-1.1.1
ticketview-1.1.0
1.0.x
ticketview-1.0.9
ticketview-1.0.8
ticketview-1.0.7

How to add a dependency to Maven

Add the following com.vipulasri : ticketview maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.vipulasri</groupId>
    <artifactId>ticketview</artifactId>
    <version>1.0.7</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.vipulasri : ticketview gradle dependency to your build.gradle file:

implementation 'com.vipulasri:ticketview:1.0.7'

Gradle Kotlin DSL: Add the following com.vipulasri : ticketview gradle kotlin dependency to your build.gradle.kts file:

implementation("com.vipulasri:ticketview:1.0.7")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.vipulasri : ticketview sbt scala dependency to your build.sbt file:

libraryDependencies += "com.vipulasri" % "ticketview" % "1.0.7"

Advertisement