Cocoon Thread Implementation

Implementation of thread pool and factory components. Implementation of a component for execution of background tasks.

License

License

GroupId

GroupId

org.apache.cocoon
ArtifactId

ArtifactId

cocoon-thread-impl
Last Version

Last Version

1.0.0
Release Date

Release Date

Type

Type

jar
Description

Description

Cocoon Thread Implementation
Implementation of thread pool and factory components. Implementation of a component for execution of background tasks.
Project URL

Project URL

http://cocoon.apache.org/2.2/core-modules/thread-impl/1.0/
Project Organization

Project Organization

The Apache Software Foundation
Source Code Management

Source Code Management

https://svn.apache.org/repos/asf/cocoon/tags/cocoon-2.2/cocoon-core-modules/cocoon-core-modules-6/cocoon-thread/cocoon-thread-impl

Download cocoon-thread-impl

How to add to project

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

Dependencies

compile (2)

Group / Artifact Type Version
org.apache.cocoon : cocoon-thread-api jar 1.0.0
commons-logging : commons-logging jar 1.1

test (3)

Group / Artifact Type Version
org.springframework : spring-test jar 2.5.1
junit : junit jar 3.8.2
easymock : easymock jar 1.1

Project Modules

There are no modules declared in this project.

Versions

Version
1.0.0
1.0.0-RC2
1.0.0-RC1
1.0.0-M1