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