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