d

distributeme-support

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