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