| License |
License |
|---|---|
| GroupId | GroupIdorg.kuali.common.threads |
| ArtifactId | ArtifactIdkuali-threads |
| Last Version | Last Version1.0.8 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionKuali Threads
Small helper package for writing multi-threaded apps
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| kuali-threads-1.0.8.pom | |
| kuali-threads-1.0.8.jar | 19 KB |
| kuali-threads-1.0.8-tests.jar | 3 KB |
| kuali-threads-1.0.8-sources.jar | 11 KB |
| kuali-threads-1.0.8-javadoc.jar | 128 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.kuali.common.threads/kuali-threads/ -->
<dependency>
<groupId>org.kuali.common.threads</groupId>
<artifactId>kuali-threads</artifactId>
<version>1.0.8</version>
</dependency>
// https://jarcasting.com/artifacts/org.kuali.common.threads/kuali-threads/
implementation 'org.kuali.common.threads:kuali-threads:1.0.8'
// https://jarcasting.com/artifacts/org.kuali.common.threads/kuali-threads/
implementation ("org.kuali.common.threads:kuali-threads:1.0.8")
'org.kuali.common.threads:kuali-threads:jar:1.0.8'
<dependency org="org.kuali.common.threads" name="kuali-threads" rev="1.0.8">
<artifact name="kuali-threads" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.kuali.common.threads', module='kuali-threads', version='1.0.8')
)
libraryDependencies += "org.kuali.common.threads" % "kuali-threads" % "1.0.8"
[org.kuali.common.threads/kuali-threads "1.0.8"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.slf4j : slf4j-api | jar | 1.6.4 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.slf4j : slf4j-log4j12 | jar | 1.6.4 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.10 |