MVN

com.github.bjht0112357 : maventest

Maven & Gradle

Apr 01, 2021
0 stars

SCardView · This is a view that is similar to the CardView of google ,but it can change the position of shadow and the shadow color of it .

<dependency>
    <groupId>com.github.bjht0112357</groupId>
    <artifactId>maventest</artifactId>
    <version>1.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.bjht0112357 : maventest to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.2

All Versions

Choose a version of com.github.bjht0112357 : maventest to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.2
maventest-1.2
1.1
maventest-1.1
1.0
maventest-1.0

How to add a dependency to Maven

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

<dependency>
    <groupId>com.github.bjht0112357</groupId>
    <artifactId>maventest</artifactId>
    <version>1.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.bjht0112357 : maventest gradle dependency to your build.gradle file:

implementation 'com.github.bjht0112357:maventest:1.2'

Gradle Kotlin DSL: Add the following com.github.bjht0112357 : maventest gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.bjht0112357:maventest:1.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.bjht0112357 : maventest sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.bjht0112357" % "maventest" % "1.2"

Advertisement