MVN

com.github.yuantanchongzi : nameup

Maven & Gradle

Sep 25, 2019
0 stars

ossrhment · a project about payment

<dependency>
    <groupId>com.github.yuantanchongzi</groupId>
    <artifactId>nameup</artifactId>
    <version>1.0-REALESE</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 1.0-REALESE

All Versions

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

Version Vulnerabilities Updated
1.0
nameup-1.0-REALESE

How to add a dependency to Maven

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

<dependency>
    <groupId>com.github.yuantanchongzi</groupId>
    <artifactId>nameup</artifactId>
    <version>1.0-REALESE</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.github.yuantanchongzi:nameup:1.0-REALESE'

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

implementation("com.github.yuantanchongzi:nameup:1.0-REALESE")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.github.yuantanchongzi" % "nameup" % "1.0-REALESE"

Advertisement