MVN

io.github.vip-test : vip-test-demo

Maven & Gradle

May 29, 2023

vip-test-demo · vip-test-demo

<dependency>
    <groupId>io.github.vip-test</groupId>
    <artifactId>vip-test-demo</artifactId>
    <version>0.1.32</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.vip-test : vip-test-demo to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.1.32

All Versions

Choose a version of io.github.vip-test : vip-test-demo to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.1.x
vip-test-demo-0.1.32
vip-test-demo-0.1.31
vip-test-demo-0.1.30
vip-test-demo-0.1.29
vip-test-demo-0.1.27
vip-test-demo-0.1.26
vip-test-demo-0.1.25
vip-test-demo-0.1.24

How to add a dependency to Maven

Add the following io.github.vip-test : vip-test-demo maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.github.vip-test</groupId>
    <artifactId>vip-test-demo</artifactId>
    <version>0.1.32</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.github.vip-test : vip-test-demo gradle dependency to your build.gradle file:

implementation 'io.github.vip-test:vip-test-demo:0.1.32'

Gradle Kotlin DSL: Add the following io.github.vip-test : vip-test-demo gradle kotlin dependency to your build.gradle.kts file:

implementation("io.github.vip-test:vip-test-demo:0.1.32")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.github.vip-test : vip-test-demo sbt scala dependency to your build.sbt file:

libraryDependencies += "io.github.vip-test" % "vip-test-demo" % "0.1.32"