| License |
License |
|---|---|
| GroupId | GroupIdca.uwaterloo |
| ArtifactId | ArtifactIdasw4j |
| Version | Version1.0.1-RELEASE |
| Type | Typejar |
| Description |
DescriptionAuto 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 |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| asw4j-1.0.1-RELEASE.pom | |
| asw4j-1.0.1-RELEASE.jar | 54 KB |
| asw4j-1.0.1-RELEASE-sources.jar | 33 KB |
| asw4j-1.0.1-RELEASE-javadoc.jar | 222 KB |
| Browse |
<!-- 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"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.slf4j : slf4j-api | jar | 1.7.7 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.11 |