MVN

com.gitee.ypq2018_admin : jph-test-tool

Maven & Gradle

May 22, 2023
<dependency>
    <groupId>com.gitee.ypq2018_admin</groupId>
    <artifactId>jph-test-tool</artifactId>
    <version>1.1.26</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.gitee.ypq2018_admin : jph-test-tool to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.1.26

All Versions

Choose a version of com.gitee.ypq2018_admin : jph-test-tool to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.1.x
jph-test-tool-1.1.26
jph-test-tool-1.1.25
jph-test-tool-1.1.24
jph-test-tool-1.1.23
jph-test-tool-1.1.22
jph-test-tool-1.1.21
jph-test-tool-1.1.20
jph-test-tool-1.1.19
jph-test-tool-1.1.18
jph-test-tool-1.1.17
jph-test-tool-1.1.15
jph-test-tool-1.1.14
jph-test-tool-1.1.13
jph-test-tool-1.1.12
jph-test-tool-1.1.11
jph-test-tool-1.1.9
jph-test-tool-1.1.8
jph-test-tool-1.1.4
jph-test-tool-1.1.3
jph-test-tool-1.1.0
1.0.x
jph-test-tool-1.0.1
0.0.x
jph-test-tool-0.0.2
jph-test-tool-0.0.1

How to add a dependency to Maven

Add the following com.gitee.ypq2018_admin : jph-test-tool maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.gitee.ypq2018_admin</groupId>
    <artifactId>jph-test-tool</artifactId>
    <version>1.1.26</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.gitee.ypq2018_admin : jph-test-tool gradle dependency to your build.gradle file:

implementation 'com.gitee.ypq2018_admin:jph-test-tool:1.1.26'

Gradle Kotlin DSL: Add the following com.gitee.ypq2018_admin : jph-test-tool gradle kotlin dependency to your build.gradle.kts file:

implementation("com.gitee.ypq2018_admin:jph-test-tool:1.1.26")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.gitee.ypq2018_admin : jph-test-tool sbt scala dependency to your build.sbt file:

libraryDependencies += "com.gitee.ypq2018_admin" % "jph-test-tool" % "1.1.26"