d

distributeme-core

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