d

distributeme-support

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