Last Version

Alphatier (Java version) 0.2.0

Alphatier is a resource management library. It is designed to allow different schedulers to share the resources of a pool of executors in order to execute tasks with those.

License

License

Categories

Categories

Java Languages
GroupId

GroupId

io.alphatier
ArtifactId

ArtifactId

alphatier-java
Version

Version

0.2.0
Type

Type

jar
Description

Description

Alphatier (Java version)
Alphatier is a resource management library. It is designed to allow different schedulers to share the resources of a pool of executors in order to execute tasks with those.
Project URL

Project URL

http://alphatier.io/
Source Code Management

Source Code Management

https://github.com/sarnowski/alphatier-java

Download alphatier-java 0.2.0


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

Dependencies

compile (3)

Group / Artifact Type Version
io.alphatier : alphatier jar 0.2.0
org.clojure : core.memoize jar 0.5.6
autodoc » autodoc jar 0.9.0

test (1)

Group / Artifact Type Version
junit : junit jar 4.11

Project Modules

There are no modules declared in this project.