d

distributeme-parent

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