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