MVN

io.github.chshen1998 : maven-test-proj

Maven & Gradle

Aug 02, 2021
0 stars

This is a test project for publishing to maven central

<dependency>
    <groupId>io.github.chshen1998</groupId>
    <artifactId>maven-test-proj</artifactId>
    <version>2.5</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.chshen1998 : maven-test-proj to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.5

All Versions

Choose a version of io.github.chshen1998 : maven-test-proj to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.5
maven-test-proj-2.5
2.4
maven-test-proj-2.4
2.3
maven-test-proj-2.3
2.2
maven-test-proj-2.2
2.1
maven-test-proj-2.1
1.9
maven-test-proj-1.9
1.7
maven-test-proj-1.7
1.6
maven-test-proj-1.6
1.5
maven-test-proj-1.5
1.4
maven-test-proj-1.4
1.3
maven-test-proj-1.3
1.2
maven-test-proj-1.2
1.1
maven-test-proj-1.1
1.0
maven-test-proj-1.0

How to add a dependency to Maven

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

<dependency>
    <groupId>io.github.chshen1998</groupId>
    <artifactId>maven-test-proj</artifactId>
    <version>2.5</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.github.chshen1998 : maven-test-proj gradle dependency to your build.gradle file:

implementation 'io.github.chshen1998:maven-test-proj:2.5'

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

implementation("io.github.chshen1998:maven-test-proj:2.5")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.github.chshen1998 : maven-test-proj sbt scala dependency to your build.sbt file:

libraryDependencies += "io.github.chshen1998" % "maven-test-proj" % "2.5"

Advertisement