is not current version
Last Version 0.0.3

com.azaptree:azaptree-command-service 0.0.1

Command Service that implements "Chain of Responsibility" pattern - building on top of Commons-Chain

GroupId

GroupId

com.azaptree
ArtifactId

ArtifactId

azaptree-command-service
Version

Version

0.0.1
Type

Type

jar

Download azaptree-command-service 0.0.1


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