executor-service

A high throughput java executor service

License

License

GroupId

GroupId

com.vmlens
ArtifactId

ArtifactId

executor-service
Last Version

Last Version

1.0.1
Release Date

Release Date

Type

Type

jar
Description

Description

executor-service
A high throughput java executor service
Project URL

Project URL

https://github.com/vmlens/executor-service

Download executor-service

How to add to project

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

Dependencies

compile (1)

Group / Artifact Type Version
net.sf.trove4j : trove4j jar 3.0.3

test (2)

Group / Artifact Type Version
junit : junit jar 4.12
com.vmlens : concurrent-junit jar 1.0.0

Project Modules

There are no modules declared in this project.
com.vmlens

Versions

Version
1.0.1
1.0.0