o

org.i3xx.step.due

Resource service
http://maven.apache.org
Files download
File Operation
org.i3xx.step.due-0.1.0.jar download
org.i3xx.step.due-0.1.0.pom download
org.i3xx.step.due-0.1.0-sources.jar download
Apache Maven
<dependency>
  <groupId>org.i3xx.step</groupId>
  <artifactId>org.i3xx.step.due</artifactId>
  <version>0.1.0</version>
  <type>bundle</type>
</dependency>
Gradle Groovy
implementation 'org.i3xx.step:org.i3xx.step.due:0.1.0'
Gradle Kotlin
implementation("org.i3xx.step:org.i3xx.step.due:0.1.0")
Scala SBT
libraryDependencies += "org.i3xx.step" % "org.i3xx.step.due" % "0.1.0"
Groovy Grape
@Grapes(
  @Grab(group='org.i3xx.step', module='org.i3xx.step.due', version='0.1.0')
)
Apache Ivy
<dependency org="org.i3xx.step" name="org.i3xx.step.due" rev="0.1.0" />
Leiningen
[org.i3xx.step/org.i3xx.step.due "0.1.0"]
Apache Buildr
'org.i3xx.step:org.i3xx.step.due:jar:0.1.0'