d

distributeme-core

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