MVN

cn.bestwu.autodoc : test-page

Maven & Gradle

Jul 23, 2018

test-page · test-page

<dependency>
    <groupId>cn.bestwu.autodoc</groupId>
    <artifactId>test-page</artifactId>
    <version>0.0.12</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of cn.bestwu.autodoc : test-page to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.0.12

All Versions

Choose a version of cn.bestwu.autodoc : test-page to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.0.x
test-page-0.0.12
test-page-0.0.11
test-page-0.0.10
test-page-0.0.9
test-page-0.0.8
test-page-0.0.7

How to add a dependency to Maven

Add the following cn.bestwu.autodoc : test-page maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>cn.bestwu.autodoc</groupId>
    <artifactId>test-page</artifactId>
    <version>0.0.12</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following cn.bestwu.autodoc : test-page gradle dependency to your build.gradle file:

implementation 'cn.bestwu.autodoc:test-page:0.0.12'

Gradle Kotlin DSL: Add the following cn.bestwu.autodoc : test-page gradle kotlin dependency to your build.gradle.kts file:

implementation("cn.bestwu.autodoc:test-page:0.0.12")

How to add a dependency to SBT Scala

SBT Scala: Add the following cn.bestwu.autodoc : test-page sbt scala dependency to your build.sbt file:

libraryDependencies += "cn.bestwu.autodoc" % "test-page" % "0.0.12"

Advertisement