Files download
File Operation
wuyu-module-bureau-2.0.0.jar download
wuyu-module-bureau-2.0.0.pom download
wuyu-module-bureau-2.0.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.wuyushuo</groupId>
  <artifactId>wuyu-module-bureau</artifactId>
  <version>2.0.0</version>
</dependency>
Gradle Groovy
implementation 'com.wuyushuo:wuyu-module-bureau:2.0.0'
Gradle Kotlin
implementation("com.wuyushuo:wuyu-module-bureau:2.0.0")
Scala SBT
libraryDependencies += "com.wuyushuo" % "wuyu-module-bureau" % "2.0.0"
Groovy Grape
@Grapes(
  @Grab(group='com.wuyushuo', module='wuyu-module-bureau', version='2.0.0')
)
Apache Ivy
<dependency org="com.wuyushuo" name="wuyu-module-bureau" rev="2.0.0" />
Leiningen
[com.wuyushuo/wuyu-module-bureau "2.0.0"]
Apache Buildr
'com.wuyushuo:wuyu-module-bureau:jar:2.0.0'