d

distributeme-support

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