GroupId | GroupIdcom.github.taymindis |
---|---|
ArtifactId | ArtifactIdAtomicThreadPool |
Version | Version1.0.3 |
Type | Typejar |
Filename | Size |
---|---|
AtomicThreadPool-1.0.3.pom | |
AtomicThreadPool-1.0.3.jar | 26 KB |
AtomicThreadPool-1.0.3-sources.jar | 23 KB |
AtomicThreadPool-1.0.3-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.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.taymindis/AtomicThreadPool/
implementation 'com.github.taymindis:AtomicThreadPool:1.0.3'
// https://jarcasting.com/artifacts/com.github.taymindis/AtomicThreadPool/
implementation ("com.github.taymindis:AtomicThreadPool:1.0.3")
'com.github.taymindis:AtomicThreadPool:jar:1.0.3'
<dependency org="com.github.taymindis" name="AtomicThreadPool" rev="1.0.3">
<artifact name="AtomicThreadPool" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.taymindis', module='AtomicThreadPool', version='1.0.3')
)
libraryDependencies += "com.github.taymindis" % "AtomicThreadPool" % "1.0.3"
[com.github.taymindis/AtomicThreadPool "1.0.3"]