GroupId | GroupIdorg.fabric3 |
---|---|
ArtifactId | ArtifactIdfabric3-thread-pool |
Version | Version2.5.2 |
Type | Typejar |
Filename | Size |
---|---|
fabric3-thread-pool-2.5.2.pom | |
fabric3-thread-pool-2.5.2.jar | 17 KB |
fabric3-thread-pool-2.5.2-sources.jar | 11 KB |
fabric3-thread-pool-2.5.2-javadoc.jar | 46 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.fabric3/fabric3-thread-pool/ -->
<dependency>
<groupId>org.fabric3</groupId>
<artifactId>fabric3-thread-pool</artifactId>
<version>2.5.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.fabric3/fabric3-thread-pool/
implementation 'org.fabric3:fabric3-thread-pool:2.5.2'
// https://jarcasting.com/artifacts/org.fabric3/fabric3-thread-pool/
implementation ("org.fabric3:fabric3-thread-pool:2.5.2")
'org.fabric3:fabric3-thread-pool:jar:2.5.2'
<dependency org="org.fabric3" name="fabric3-thread-pool" rev="2.5.2">
<artifact name="fabric3-thread-pool" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.fabric3', module='fabric3-thread-pool', version='2.5.2')
)
libraryDependencies += "org.fabric3" % "fabric3-thread-pool" % "2.5.2"
[org.fabric3/fabric3-thread-pool "2.5.2"]