s

state

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