License |
License |
---|---|
GroupId | GroupIdio.github.jeanls |
ArtifactId | ArtifactIdcommander |
Version | Version1.0.1 |
Type | Typejar |
Description |
Descriptionio.github.jeanls:commander
Command pattern applied for building code in blocks.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
commander-1.0.1.pom | |
commander-1.0.1.jar | 18 KB |
commander-1.0.1-sources.jar | 9 KB |
commander-1.0.1-javadoc.jar | 504 KB |
Browse |
<!-- 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"]
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 |