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