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