Files download
File Operation
feature-parent-1.3.5.pom download
Apache Maven
<dependency>
  <groupId>com.github.atool</groupId>
  <artifactId>feature-parent</artifactId>
  <version>1.3.5</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.github.atool:feature-parent:1.3.5'
Gradle Kotlin
implementation("com.github.atool:feature-parent:1.3.5")
Scala SBT
libraryDependencies += "com.github.atool" % "feature-parent" % "1.3.5"
Groovy Grape
@Grapes(
  @Grab(group='com.github.atool', module='feature-parent', version='1.3.5')
)
Apache Ivy
<dependency org="com.github.atool" name="feature-parent" rev="1.3.5" />
Leiningen
[com.github.atool/feature-parent "1.3.5"]
Apache Buildr
'com.github.atool:feature-parent:jar:1.3.5'