o

org.i3xx.step.uno

Workflow step sequencer part one
http://maven.apache.org
文件下载
文件名 操作
org.i3xx.step.uno-0.1.0.jar 下载
org.i3xx.step.uno-0.1.0.pom 下载
org.i3xx.step.uno-0.1.0-sources.jar 下载
Apache Maven
<dependency>
  <groupId>org.i3xx.step</groupId>
  <artifactId>org.i3xx.step.uno</artifactId>
  <version>0.1.0</version>
  <type>bundle</type>
</dependency>
Gradle Groovy
implementation 'org.i3xx.step:org.i3xx.step.uno:0.1.0'
Gradle Kotlin
implementation("org.i3xx.step:org.i3xx.step.uno:0.1.0")
Scala SBT
libraryDependencies += "org.i3xx.step" % "org.i3xx.step.uno" % "0.1.0"
Groovy Grape
@Grapes(
  @Grab(group='org.i3xx.step', module='org.i3xx.step.uno', version='0.1.0')
)
Apache Ivy
<dependency org="org.i3xx.step" name="org.i3xx.step.uno" rev="0.1.0" />
Leiningen
[org.i3xx.step/org.i3xx.step.uno "0.1.0"]
Apache Buildr
'org.i3xx.step:org.i3xx.step.uno:jar:0.1.0'