d

distributeme-core

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