| License |
License |
|---|---|
| GroupId | GroupIdcom.github.klangfarbe |
| ArtifactId | ArtifactIdstatechart |
| Version | Version1.0 |
| Type | Typejar |
| Description |
Descriptionstatechart
UML Statechart Framework
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| statechart-1.0.pom | |
| statechart-1.0.jar | 25 KB |
| statechart-1.0-sources.jar | 27 KB |
| statechart-1.0-javadoc.jar | 119 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.klangfarbe/statechart/ -->
<dependency>
<groupId>com.github.klangfarbe</groupId>
<artifactId>statechart</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.klangfarbe/statechart/
implementation 'com.github.klangfarbe:statechart:1.0'
// https://jarcasting.com/artifacts/com.github.klangfarbe/statechart/
implementation ("com.github.klangfarbe:statechart:1.0")
'com.github.klangfarbe:statechart:jar:1.0'
<dependency org="com.github.klangfarbe" name="statechart" rev="1.0">
<artifact name="statechart" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.klangfarbe', module='statechart', version='1.0')
)
libraryDependencies += "com.github.klangfarbe" % "statechart" % "1.0"
[com.github.klangfarbe/statechart "1.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.10 |