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