MVN

com.wuyushuo : wuyu-module-bureau

Maven & Gradle

Mar 30, 2019
2 usages

wuyu-module-bureau · wuyu-module-bureau

<dependency>
    <groupId>com.wuyushuo</groupId>
    <artifactId>wuyu-module-bureau</artifactId>
    <version>2.0.7</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.wuyushuo : wuyu-module-bureau to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.0.7

All Versions

Choose a version of com.wuyushuo : wuyu-module-bureau to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.0.x
wuyu-module-bureau-2.0.7
wuyu-module-bureau-2.0.6
wuyu-module-bureau-2.0.5
wuyu-module-bureau-2.0.4
wuyu-module-bureau-2.0.2
wuyu-module-bureau-2.0.1
wuyu-module-bureau-2.0.0
1.2.x
wuyu-module-bureau-1.2.9
wuyu-module-bureau-1.2.8
wuyu-module-bureau-1.2.7
wuyu-module-bureau-1.2.6
wuyu-module-bureau-1.2.5
wuyu-module-bureau-1.2.4
wuyu-module-bureau-1.2.3
wuyu-module-bureau-1.2.2
wuyu-module-bureau-1.2.0
1.1.x
wuyu-module-bureau-1.1.2
wuyu-module-bureau-1.1.1
1.0.x
wuyu-module-bureau-1.0.7
wuyu-module-bureau-1.0.6
wuyu-module-bureau-1.0.5

How to add a dependency to Maven

Add the following com.wuyushuo : wuyu-module-bureau maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.wuyushuo</groupId>
    <artifactId>wuyu-module-bureau</artifactId>
    <version>2.0.7</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.wuyushuo : wuyu-module-bureau gradle dependency to your build.gradle file:

implementation 'com.wuyushuo:wuyu-module-bureau:2.0.7'

Gradle Kotlin DSL: Add the following com.wuyushuo : wuyu-module-bureau gradle kotlin dependency to your build.gradle.kts file:

implementation("com.wuyushuo:wuyu-module-bureau:2.0.7")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.wuyushuo : wuyu-module-bureau sbt scala dependency to your build.sbt file:

libraryDependencies += "com.wuyushuo" % "wuyu-module-bureau" % "2.0.7"