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