MVN

com.github.loren-wang : AndroidCustomViewsFromLorenWang

Maven & Gradle

Feb 07, 2022

AndroidCustomViewsFromLorenWang · Android自定义控件库

<dependency>
    <groupId>com.github.loren-wang</groupId>
    <artifactId>AndroidCustomViewsFromLorenWang</artifactId>
    <version>3.2.9</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.loren-wang : AndroidCustomViewsFromLorenWang to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.2.9
  • Latest Alpha: 4.0.0-alpha02

All Versions

Choose a version of com.github.loren-wang : AndroidCustomViewsFromLorenWang to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
4.0.x
AndroidCustomViewsFromLorenWang-4.0.0-alpha02
AndroidCustomViewsFromLorenWang-4.0.0-alpha01
3.2.x
AndroidCustomViewsFromLorenWang-3.2.9
AndroidCustomViewsFromLorenWang-3.2.8
AndroidCustomViewsFromLorenWang-3.2.7
AndroidCustomViewsFromLorenWang-3.2.6
AndroidCustomViewsFromLorenWang-3.2.5
AndroidCustomViewsFromLorenWang-3.2.4
AndroidCustomViewsFromLorenWang-3.2.3
AndroidCustomViewsFromLorenWang-3.2.2

How to add a dependency to Maven

Add the following com.github.loren-wang : AndroidCustomViewsFromLorenWang maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.loren-wang</groupId>
    <artifactId>AndroidCustomViewsFromLorenWang</artifactId>
    <version>3.2.9</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.loren-wang : AndroidCustomViewsFromLorenWang gradle dependency to your build.gradle file:

implementation 'com.github.loren-wang:AndroidCustomViewsFromLorenWang:3.2.9'

Gradle Kotlin DSL: Add the following com.github.loren-wang : AndroidCustomViewsFromLorenWang gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.loren-wang:AndroidCustomViewsFromLorenWang:3.2.9")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.loren-wang : AndroidCustomViewsFromLorenWang sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.loren-wang" % "AndroidCustomViewsFromLorenWang" % "3.2.9"