MVN

cn.bestwu.autodoc : gen

Maven & Gradle

Jan 14, 2019

gen · gen

<dependency>
    <groupId>cn.bestwu.autodoc</groupId>
    <artifactId>gen</artifactId>
    <version>0.0.32</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 0.0.32

All Versions

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

Version Vulnerabilities Updated
0.0.x
gen-0.0.32
gen-0.0.31
gen-0.0.30
gen-0.0.28
gen-0.0.25
gen-0.0.12
gen-0.0.11
gen-0.0.10
gen-0.0.9
gen-0.0.8
gen-0.0.7
gen-0.0.1

How to add a dependency to Maven

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

<dependency>
    <groupId>cn.bestwu.autodoc</groupId>
    <artifactId>gen</artifactId>
    <version>0.0.32</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'cn.bestwu.autodoc:gen:0.0.32'

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

implementation("cn.bestwu.autodoc:gen:0.0.32")

How to add a dependency to SBT Scala

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

libraryDependencies += "cn.bestwu.autodoc" % "gen" % "0.0.32"

Advertisement