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.2.8.jar download
refcodes-command-3.2.8.pom download
refcodes-command-3.2.8-sources.jar download
Apache Maven
<dependency>
  <groupId>org.refcodes</groupId>
  <artifactId>refcodes-command</artifactId>
  <version>3.2.8</version>
</dependency>
Gradle Groovy
implementation 'org.refcodes:refcodes-command:3.2.8'
Gradle Kotlin
implementation("org.refcodes:refcodes-command:3.2.8")
Scala SBT
libraryDependencies += "org.refcodes" % "refcodes-command" % "3.2.8"
Groovy Grape
@Grapes(
  @Grab(group='org.refcodes', module='refcodes-command', version='3.2.8')
)
Apache Ivy
<dependency org="org.refcodes" name="refcodes-command" rev="3.2.8" />
Leiningen
[org.refcodes/refcodes-command "3.2.8"]
Apache Buildr
'org.refcodes:refcodes-command:jar:3.2.8'