Simple Command Framework

A framework to build up SOLID-save applications.

License

License

GroupId

GroupId

org.mwolff
ArtifactId

ArtifactId

command
Last Version

Last Version

2.0.2
Release Date

Release Date

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

How to add to project

<!-- 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.

SimpleCommandFramework

Simple Command Framework for better implementing SOLID proven java software

The aim of this framework is to offer mechanism to write software which fits the SOLID principles. SOLID means:

  • Single Responsibility Principle
  • Open / Close Principle
  • Liskov Substitution Principle
  • Interface Segregation Principle
  • Dependency Inversion Principle

Documentation of the Framework: https://mwolff.atlassian.net/wiki/spaces/SCF/overview

Versions

Version
2.0.2
2.0.1
2.0.0
1.5.1
1.5.0
1.4.0
1.3.2