Dependency Information

Apache Maven

<dependency>
  <groupId>io.github.weblegacy</groupId>
  <artifactId>commons-chain-parent</artifactId>
  <version>1.3.0</version>
  <type>pom</type>
</dependency>

Apache Ivy

<dependency org="io.github.weblegacy" name="commons-chain-parent" rev="1.3.0">
  <artifact name="commons-chain-parent" type="pom" />
</dependency>

Groovy Grape

@Grapes(
@Grab(group='io.github.weblegacy', module='commons-chain-parent', version='1.3.0')
)

Gradle/Grails

implementation 'io.github.weblegacy:commons-chain-parent:1.3.0'

Scala SBT

libraryDependencies += "io.github.weblegacy" % "commons-chain-parent" % "1.3.0"

Leiningen

[io.github.weblegacy/commons-chain-parent "1.3.0"]