Last Version

Auto Spread Work for Java 1.0.1-RELEASE

asw4j(Auto Spread Work for Java) is a Java library aiming to take advantage of multi-core processors and remove the difficulty of the concurrent programming.

License

License

GroupId

GroupId

ca.uwaterloo
ArtifactId

ArtifactId

asw4j
Version

Version

1.0.1-RELEASE
Type

Type

jar
Description

Description

Auto Spread Work for Java
asw4j(Auto Spread Work for Java) is a Java library aiming to take advantage of multi-core processors and remove the difficulty of the concurrent programming.
Project URL

Project URL

https://github.com/LindenY/asw4j
Source Code Management

Source Code Management

https://github.com/LindenY/asw4j

Download asw4j 1.0.1-RELEASE


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

Dependencies

compile (1)

Group / Artifact Type Version
org.slf4j : slf4j-api jar 1.7.7

test (1)

Group / Artifact Type Version
junit : junit jar 4.11

Project Modules

There are no modules declared in this project.