| License |
License |
|---|---|
| GroupId | GroupIdcom.blacklocus |
| ArtifactId | ArtifactIdqs-core |
| Version | Version0.1 |
| Type | Typejar |
| Description |
Descriptionqueue-slayer
An in-jvm processing pattern for parallelized work off of a queue.
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| qs-core-0.1.pom | |
| qs-core-0.1.jar | 16 KB |
| qs-core-0.1-sources.jar | 13 KB |
| qs-core-0.1-javadoc.jar | 70 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.blacklocus/qs-core/ -->
<dependency>
<groupId>com.blacklocus</groupId>
<artifactId>qs-core</artifactId>
<version>0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.blacklocus/qs-core/
implementation 'com.blacklocus:qs-core:0.1'
// https://jarcasting.com/artifacts/com.blacklocus/qs-core/
implementation ("com.blacklocus:qs-core:0.1")
'com.blacklocus:qs-core:jar:0.1'
<dependency org="com.blacklocus" name="qs-core" rev="0.1">
<artifact name="qs-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.blacklocus', module='qs-core', version='0.1')
)
libraryDependencies += "com.blacklocus" % "qs-core" % "0.1"
[com.blacklocus/qs-core "0.1"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.slf4j : slf4j-api | jar | 1.7.5 |
| com.google.guava : guava | jar | 15.0 |
| org.apache.commons : commons-lang3 | jar | 3.1 |