| Categories |
CategoriesKeY Data Data Formats Formal Verification |
|---|---|
| GroupId | GroupIdcom.github.skeychen |
| ArtifactId | ArtifactIddswork-flow |
| Version | Version9.1.1 |
| Type | Typejar |
| Filename | Size |
|---|---|
| dswork-flow-9.1.1.pom | |
| dswork-flow-9.1.1.jar | 13 KB |
| dswork-flow-9.1.1-sources.jar | 9 KB |
| dswork-flow-9.1.1-javadoc.jar | 66 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.skeychen/dswork-flow/ -->
<dependency>
<groupId>com.github.skeychen</groupId>
<artifactId>dswork-flow</artifactId>
<version>9.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.skeychen/dswork-flow/
implementation 'com.github.skeychen:dswork-flow:9.1.1'
// https://jarcasting.com/artifacts/com.github.skeychen/dswork-flow/
implementation ("com.github.skeychen:dswork-flow:9.1.1")
'com.github.skeychen:dswork-flow:jar:9.1.1'
<dependency org="com.github.skeychen" name="dswork-flow" rev="9.1.1">
<artifact name="dswork-flow" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.skeychen', module='dswork-flow', version='9.1.1')
)
libraryDependencies += "com.github.skeychen" % "dswork-flow" % "9.1.1"
[com.github.skeychen/dswork-flow "9.1.1"]