License |
License |
---|---|
GroupId | GroupIdorg.kuali.common |
ArtifactId | ArtifactIdkuali-threads |
Last Version | Last Version1.0.10 |
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.10.pom | |
kuali-threads-1.0.10.jar | 20 KB |
kuali-threads-1.0.10-tests.jar | 3 KB |
kuali-threads-1.0.10-sources.jar | 17 KB |
kuali-threads-1.0.10-javadoc.jar | 135 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.kuali.common/kuali-threads/ -->
<dependency>
<groupId>org.kuali.common</groupId>
<artifactId>kuali-threads</artifactId>
<version>1.0.10</version>
</dependency>
// https://jarcasting.com/artifacts/org.kuali.common/kuali-threads/
implementation 'org.kuali.common:kuali-threads:1.0.10'
// https://jarcasting.com/artifacts/org.kuali.common/kuali-threads/
implementation ("org.kuali.common:kuali-threads:1.0.10")
'org.kuali.common:kuali-threads:jar:1.0.10'
<dependency org="org.kuali.common" name="kuali-threads" rev="1.0.10">
<artifact name="kuali-threads" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.kuali.common', module='kuali-threads', version='1.0.10')
)
libraryDependencies += "org.kuali.common" % "kuali-threads" % "1.0.10"
[org.kuali.common/kuali-threads "1.0.10"]
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 |