io.github.jeanls:commander

Command pattern applied for building code in blocks.

License

License

GroupId

GroupId

io.github.jeanls
ArtifactId

ArtifactId

commander
Last Version

Last Version

1.0.1
Release Date

Release Date

Type

Type

jar
Description

Description

io.github.jeanls:commander
Command pattern applied for building code in blocks.
Project URL

Project URL

https://github.com/jeanls/commander
Source Code Management

Source Code Management

https://github.com/jeanls/commander/tree/master

Download commander

How to add to project

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

Dependencies

test (3)

Group / Artifact Type Version
org.junit.jupiter : junit-jupiter-api jar 5.8.2
org.assertj : assertj-core jar 3.22.0
org.mockito : mockito-junit-jupiter jar 4.6.1

Project Modules

There are no modules declared in this project.

Versions

Version
1.0.1
1.0.0