Archetype - command-archtype

An archetype for building the command framework.

License

License

GroupId

GroupId

org.mwolff
ArtifactId

ArtifactId

command-archetype
Last Version

Last Version

2.0.2
Release Date

Release Date

Type

Type

jar
Description

Description

Archetype - command-archtype
An archetype for building the command framework.
Project Organization

Project Organization

neusta software development GmbH
Source Code Management

Source Code Management

https://github.com/simplecommand/simple-command-tools/tree/master/command-archtype

Download command-archetype

How to add to project

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

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.

Versions

Version
2.0.2
2.0.0
1.5.0
1.4.2
1.4.1
1.4.0