is not current version
Last Version 0.2.0

com.scaleset:scaleset-command 0.1.0

Simple framework for submitting and processing command objects

GroupId

GroupId

com.scaleset
ArtifactId

ArtifactId

scaleset-command
Version

Version

0.1.0
Type

Type

jar

Download scaleset-command 0.1.0


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