r

refcodes-command

Artifact for command (job) processing purposes according to the command pattern.
https://bitbucket.org/refcodes/${project.artifactId}
Siegfried Steiner
Files download
File Operation
refcodes-command-3.1.2.jar download
refcodes-command-3.1.2.pom download
refcodes-command-3.1.2-sources.jar download
Apache Maven
<dependency>
  <groupId>org.refcodes</groupId>
  <artifactId>refcodes-command</artifactId>
  <version>3.1.2</version>
</dependency>
Gradle Groovy
implementation 'org.refcodes:refcodes-command:3.1.2'
Gradle Kotlin
implementation("org.refcodes:refcodes-command:3.1.2")
Scala SBT
libraryDependencies += "org.refcodes" % "refcodes-command" % "3.1.2"
Groovy Grape
@Grapes(
  @Grab(group='org.refcodes', module='refcodes-command', version='3.1.2')
)
Apache Ivy
<dependency org="org.refcodes" name="refcodes-command" rev="3.1.2" />
Leiningen
[org.refcodes/refcodes-command "3.1.2"]
Apache Buildr
'org.refcodes:refcodes-command:jar:3.1.2'