is not current version
Last Version 3.0.4

org.refcodes:refcodes-command 0.3.0

Artifact for command (job) processing purposes according to the command pattern.

GroupId

GroupId

org.refcodes
ArtifactId

ArtifactId

refcodes-command
Version

Version

0.3.0
Type

Type

jar

Download refcodes-command 0.3.0


<!-- https://jarcasting.com/artifacts/org.refcodes/refcodes-command/ -->
<dependency>
    <groupId>org.refcodes</groupId>
    <artifactId>refcodes-command</artifactId>
    <version>0.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.refcodes/refcodes-command/
implementation 'org.refcodes:refcodes-command:0.3.0'
// https://jarcasting.com/artifacts/org.refcodes/refcodes-command/
implementation ("org.refcodes:refcodes-command:0.3.0")
'org.refcodes:refcodes-command:jar:0.3.0'
<dependency org="org.refcodes" name="refcodes-command" rev="0.3.0">
  <artifact name="refcodes-command" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.refcodes', module='refcodes-command', version='0.3.0')
)
libraryDependencies += "org.refcodes" % "refcodes-command" % "0.3.0"
[org.refcodes/refcodes-command "0.3.0"]