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