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