| License |
License |
|---|---|
| GroupId | GroupIdcom.jramoyo |
| ArtifactId | ArtifactIdflowee |
| Last Version | Last Version1.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionFlowee Workflow
A framework for building simple workflows
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| flowee-1.0.pom | 4 KB |
| flowee-1.0-tests.jar | 2 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.jramoyo/flowee/ -->
<dependency>
<groupId>com.jramoyo</groupId>
<artifactId>flowee</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.jramoyo/flowee/
implementation 'com.jramoyo:flowee:1.0'
// https://jarcasting.com/artifacts/com.jramoyo/flowee/
implementation ("com.jramoyo:flowee:1.0")
'com.jramoyo:flowee:jar:1.0'
<dependency org="com.jramoyo" name="flowee" rev="1.0">
<artifact name="flowee" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.jramoyo', module='flowee', version='1.0')
)
libraryDependencies += "com.jramoyo" % "flowee" % "1.0"
[com.jramoyo/flowee "1.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.google.guava : guava | jar | 14.0.1 |
| org.slf4j : slf4j-api | jar | 1.7.5 |
| org.slf4j : slf4j-log4j12 | jar | 1.7.5 |
| Group / Artifact | Type | Version |
|---|---|---|
| log4j : log4j | jar | 1.2.17 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.11 |
| org.mockito : mockito-all | jar | 1.9.5 |