d

dempsy-commons

Dempsy Commons Parent Pom Aggregator
git@github.com:Dempsy/dempsy-commons.git
Apache 2
Jim Carroll
文件下载
文件名 操作
dempsy-commons-1.1.pom 下载
Apache Maven
<dependency>
  <groupId>net.dempsy</groupId>
  <artifactId>dempsy-commons</artifactId>
  <version>1.1</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'net.dempsy:dempsy-commons:1.1'
Gradle Kotlin
implementation("net.dempsy:dempsy-commons:1.1")
Scala SBT
libraryDependencies += "net.dempsy" % "dempsy-commons" % "1.1"
Groovy Grape
@Grapes(
  @Grab(group='net.dempsy', module='dempsy-commons', version='1.1')
)
Apache Ivy
<dependency org="net.dempsy" name="dempsy-commons" rev="1.1" />
Leiningen
[net.dempsy/dempsy-commons "1.1"]
Apache Buildr
'net.dempsy:dempsy-commons:jar:1.1'
本项目依赖
该项目无第三方依赖