n

net.osgiliath.poms

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