d

distributeme-support

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