License |
License |
---|---|
GroupId | GroupIdorg.hive2hive |
ArtifactId | ArtifactIdorg.hive2hive.processframework |
Version | Version1.2 |
Type | Typejar |
Description |
DescriptionHive2Hive Process Framework
Java library for asynchronous and synchronous process composition.
|
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/org.hive2hive/org.hive2hive.processframework/ -->
<dependency>
<groupId>org.hive2hive</groupId>
<artifactId>org.hive2hive.processframework</artifactId>
<version>1.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.hive2hive/org.hive2hive.processframework/
implementation 'org.hive2hive:org.hive2hive.processframework:1.2'
// https://jarcasting.com/artifacts/org.hive2hive/org.hive2hive.processframework/
implementation ("org.hive2hive:org.hive2hive.processframework:1.2")
'org.hive2hive:org.hive2hive.processframework:jar:1.2'
<dependency org="org.hive2hive" name="org.hive2hive.processframework" rev="1.2">
<artifact name="org.hive2hive.processframework" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.hive2hive', module='org.hive2hive.processframework', version='1.2')
)
libraryDependencies += "org.hive2hive" % "org.hive2hive.processframework" % "1.2"
[org.hive2hive/org.hive2hive.processframework "1.2"]
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : slf4j-api | jar | 1.7.6 |
Group / Artifact | Type | Version |
---|---|---|
ch.qos.logback : logback-classic | jar | 1.1.1 |
ch.qos.logback : logback-core | jar | 1.1.1 |
junit : junit | jar | 4.11 |