d

dmx-test

文件下载
文件名 操作
dmx-test-1.0.5.jar 下载
dmx-test-1.0.5.pom 下载
dmx-test-1.0.5-sources.jar 下载
Apache Maven
<dependency>
  <groupId>cn.daimax</groupId>
  <artifactId>dmx-test</artifactId>
  <version>1.0.5</version>
</dependency>
Gradle Groovy
implementation 'cn.daimax:dmx-test:1.0.5'
Gradle Kotlin
implementation("cn.daimax:dmx-test:1.0.5")
Scala SBT
libraryDependencies += "cn.daimax" % "dmx-test" % "1.0.5"
Groovy Grape
@Grapes(
  @Grab(group='cn.daimax', module='dmx-test', version='1.0.5')
)
Apache Ivy
<dependency org="cn.daimax" name="dmx-test" rev="1.0.5" />
Leiningen
[cn.daimax/dmx-test "1.0.5"]
Apache Buildr
'cn.daimax:dmx-test:jar:1.0.5'