Last Version

Simple Command Framework 2.0.2

A framework to build up SOLID-save applications.

License

License

GroupId

GroupId

org.mwolff
ArtifactId

ArtifactId

command
Version

Version

2.0.2
Type

Type

jar
Description

Description

Simple Command Framework
A framework to build up SOLID-save applications.
Project Organization

Project Organization

neusta software development GmbH
Source Code Management

Source Code Management

https://github.com/simplecommand/command.git

Download command 2.0.2


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

Dependencies

test (6)

Group / Artifact Type Version
org.junit.jupiter : junit-jupiter jar
org.hamcrest : hamcrest-all jar 1.3
org.mockito : mockito-core jar 2.23.4
eu.codearte.catch-exception : catch-exception jar 1.4.4
eu.codearte.catch-exception : catch-throwable jar 1.4.4
org.springframework : spring-test jar 5.3.4

Project Modules

There are no modules declared in this project.