Files download
File Operation
parent-0.0.1.pom download
Apache Maven
<dependency>
  <groupId>de.ihrigb.fwla</groupId>
  <artifactId>parent</artifactId>
  <version>0.0.1</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'de.ihrigb.fwla:parent:0.0.1'
Gradle Kotlin
implementation("de.ihrigb.fwla:parent:0.0.1")
Scala SBT
libraryDependencies += "de.ihrigb.fwla" % "parent" % "0.0.1"
Groovy Grape
@Grapes(
  @Grab(group='de.ihrigb.fwla', module='parent', version='0.0.1')
)
Apache Ivy
<dependency org="de.ihrigb.fwla" name="parent" rev="0.0.1" />
Leiningen
[de.ihrigb.fwla/parent "0.0.1"]
Apache Buildr
'de.ihrigb.fwla:parent:jar:0.0.1'
Dependencies
The project has no third-party dependencies