License |
License |
---|---|
GroupId | GroupIdorg.mwolff |
ArtifactId | ArtifactIdcommand |
Version | Version2.0.2 |
Type | Typejar |
Description |
DescriptionSimple Command Framework
A framework to build up SOLID-save applications.
|
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
command-2.0.2.pom | |
command-2.0.2-sources.jar | 33 KB |
command-2.0.2-javadoc.jar | 577 KB |
Browse |
<!-- 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"]
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 |