d

distributeme-core

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