| GroupId | GroupIdspice |
|---|---|
| ArtifactId | ArtifactIdspice-threadpool |
| Version | Version1.0 |
| Type | Typejar |
| Filename | Size |
|---|---|
| spice-threadpool-1.0.pom | -1 bytes |
| spice-threadpool-1.0-b1.jar | 21 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/spice/spice-threadpool/ -->
<dependency>
<groupId>spice</groupId>
<artifactId>spice-threadpool</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/spice/spice-threadpool/
implementation 'spice:spice-threadpool:1.0'
// https://jarcasting.com/artifacts/spice/spice-threadpool/
implementation ("spice:spice-threadpool:1.0")
'spice:spice-threadpool:jar:1.0'
<dependency org="spice" name="spice-threadpool" rev="1.0">
<artifact name="spice-threadpool" type="jar" />
</dependency>
@Grapes(
@Grab(group='spice', module='spice-threadpool', version='1.0')
)
libraryDependencies += "spice" % "spice-threadpool" % "1.0"
[spice/spice-threadpool "1.0"]