d

distributeme-core

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