d

distributeme-core

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