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