MVN

com.sababado.circularview : library

Maven & Gradle

May 18, 2017
116 stars

CircularView · A custom view with a large center that can be wrapped by dynamic markers.

<dependency>
    <groupId>com.sababado.circularview</groupId>
    <artifactId>library</artifactId>
    <version>1.1.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.sababado.circularview : library to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.1.1

All Versions

Choose a version of com.sababado.circularview : library to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.1.x
library-1.1.1
library-1.1.0
1.0.x
library-1.0.0
0.9.x
library-0.9.6
library-0.9.5
library-0.9.4
library-0.9.3
library-0.9.2

How to add a dependency to Maven

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

<dependency>
    <groupId>com.sababado.circularview</groupId>
    <artifactId>library</artifactId>
    <version>1.1.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.sababado.circularview : library gradle dependency to your build.gradle file:

implementation 'com.sababado.circularview:library:1.1.1'

Gradle Kotlin DSL: Add the following com.sababado.circularview : library gradle kotlin dependency to your build.gradle.kts file:

implementation("com.sababado.circularview:library:1.1.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.sababado.circularview : library sbt scala dependency to your build.sbt file:

libraryDependencies += "com.sababado.circularview" % "library" % "1.1.1"

Advertisement