| License |
License |
|---|---|
| GroupId | GroupIdcom.github.taymindis |
| ArtifactId | ArtifactIdAtomicThreadPool |
| Last Version | Last Version1.0.5 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionAtomicThreadPool
This is a library which depends on Native C Library https://github.com/Taymindis/atomic_threadpool
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| AtomicThreadPool-1.0.5.pom | |
| AtomicThreadPool-1.0.5.jar | 155 KB |
| AtomicThreadPool-1.0.5-sources.jar | 152 KB |
| AtomicThreadPool-1.0.5-javadoc.jar | 32 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.taymindis/AtomicThreadPool/ -->
<dependency>
<groupId>com.github.taymindis</groupId>
<artifactId>AtomicThreadPool</artifactId>
<version>1.0.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.taymindis/AtomicThreadPool/
implementation 'com.github.taymindis:AtomicThreadPool:1.0.5'
// https://jarcasting.com/artifacts/com.github.taymindis/AtomicThreadPool/
implementation ("com.github.taymindis:AtomicThreadPool:1.0.5")
'com.github.taymindis:AtomicThreadPool:jar:1.0.5'
<dependency org="com.github.taymindis" name="AtomicThreadPool" rev="1.0.5">
<artifact name="AtomicThreadPool" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.taymindis', module='AtomicThreadPool', version='1.0.5')
)
libraryDependencies += "com.github.taymindis" % "AtomicThreadPool" % "1.0.5"
[com.github.taymindis/AtomicThreadPool "1.0.5"]
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.12 |