Cave Process Framework

Framework for running background processes and keeping track with their states.

License

License

BSD
GroupId

GroupId

org.amplecode
ArtifactId

ArtifactId

cave-process
Last Version

Last Version

1.0.3
Release Date

Release Date

Type

Type

jar
Description

Description

Cave Process Framework
Framework for running background processes and keeping track with their states.
Project URL

Project URL

https://github.com/larshelge/amplecode
Project Organization

Project Organization

AmpleCode

Download cave-process

How to add to project

<!-- https://jarcasting.com/artifacts/org.amplecode/cave-process/ -->
<dependency>
    <groupId>org.amplecode</groupId>
    <artifactId>cave-process</artifactId>
    <version>1.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.amplecode/cave-process/
implementation 'org.amplecode:cave-process:1.0.3'
// https://jarcasting.com/artifacts/org.amplecode/cave-process/
implementation ("org.amplecode:cave-process:1.0.3")
'org.amplecode:cave-process:jar:1.0.3'
<dependency org="org.amplecode" name="cave-process" rev="1.0.3">
  <artifact name="cave-process" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.amplecode', module='cave-process', version='1.0.3')
)
libraryDependencies += "org.amplecode" % "cave-process" % "1.0.3"
[org.amplecode/cave-process "1.0.3"]

Dependencies

compile (2)

Group / Artifact Type Version
commons-logging : commons-logging-api jar 1.1
org.springframework : spring-beans jar 2.0.8

test (2)

Group / Artifact Type Version
junit : junit jar 4.4
log4j : log4j jar 1.2.14

Project Modules

There are no modules declared in this project.

Versions

Version
1.0.3
1.0.2