d

dunwu-dependencies

作为所有项目的 maven 父工程(直接或间接),方便统一管理 maven 依赖版本
https://github.com/dunwu/dunwu
Apache License, Version 2.0
Zhang Peng
Files download
File Operation
dunwu-dependencies-0.5.5.pom download
Apache Maven
<dependency>
  <groupId>io.github.dunwu</groupId>
  <artifactId>dunwu-dependencies</artifactId>
  <version>0.5.5</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'io.github.dunwu:dunwu-dependencies:0.5.5'
Gradle Kotlin
implementation("io.github.dunwu:dunwu-dependencies:0.5.5")
Scala SBT
libraryDependencies += "io.github.dunwu" % "dunwu-dependencies" % "0.5.5"
Groovy Grape
@Grapes(
  @Grab(group='io.github.dunwu', module='dunwu-dependencies', version='0.5.5')
)
Apache Ivy
<dependency org="io.github.dunwu" name="dunwu-dependencies" rev="0.5.5" />
Leiningen
[io.github.dunwu/dunwu-dependencies "0.5.5"]
Apache Buildr
'io.github.dunwu:dunwu-dependencies:jar:0.5.5'
Dependencies
The project has no third-party dependencies