c

command

This project holds classes for the command pattern
https://github.com/lightblueseas/design-patterns
MIT License
Asterios Raptis
Asterios Raptis
Files download
File Operation
command-6.jar download
command-6.pom download
command-6-sources.jar download
Apache Maven
<dependency>
  <groupId>io.github.astrapi69</groupId>
  <artifactId>command</artifactId>
  <version>6</version>
</dependency>
Gradle Groovy
implementation 'io.github.astrapi69:command:6'
Gradle Kotlin
implementation("io.github.astrapi69:command:6")
Scala SBT
libraryDependencies += "io.github.astrapi69" % "command" % "6"
Groovy Grape
@Grapes(
  @Grab(group='io.github.astrapi69', module='command', version='6')
)
Apache Ivy
<dependency org="io.github.astrapi69" name="command" rev="6" />
Leiningen
[io.github.astrapi69/command "6"]
Apache Buildr
'io.github.astrapi69:command:jar:6'
Dependencies
The project has no third-party dependencies