| License |
License |
|---|---|
| GroupId | GroupIdcom.shigengyu |
| ArtifactId | ArtifactIdhyperion |
| Last Version | Last Version0.0.1 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionHyperion
A lightweight workflow engine
|
| Filename | Size |
|---|---|
| hyperion-0.0.1.pom | |
| hyperion-0.0.1.jar | 113 KB |
| hyperion-0.0.1-sources.jar | 86 KB |
| hyperion-0.0.1-javadoc.jar | 523 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.shigengyu/hyperion/ -->
<dependency>
<groupId>com.shigengyu</groupId>
<artifactId>hyperion</artifactId>
<version>0.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.shigengyu/hyperion/
implementation 'com.shigengyu:hyperion:0.0.1'
// https://jarcasting.com/artifacts/com.shigengyu/hyperion/
implementation ("com.shigengyu:hyperion:0.0.1")
'com.shigengyu:hyperion:jar:0.0.1'
<dependency org="com.shigengyu" name="hyperion" rev="0.0.1">
<artifact name="hyperion" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.shigengyu', module='hyperion', version='0.0.1')
)
libraryDependencies += "com.shigengyu" % "hyperion" % "0.0.1"
[com.shigengyu/hyperion "0.0.1"]