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