GroupId | GroupIdcom.mastfrog |
---|---|
ArtifactId | ArtifactIdgiulius-threadpool |
Version | Version2.6.3 |
Type | Typejar |
Filename | Size |
---|---|
giulius-threadpool-2.6.3.pom | |
giulius-threadpool-2.6.3.jar | 29 KB |
giulius-threadpool-2.6.3-sources.jar | 23 KB |
giulius-threadpool-2.6.3-javadoc.jar | 447 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.mastfrog/giulius-threadpool/ -->
<dependency>
<groupId>com.mastfrog</groupId>
<artifactId>giulius-threadpool</artifactId>
<version>2.6.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.mastfrog/giulius-threadpool/
implementation 'com.mastfrog:giulius-threadpool:2.6.3'
// https://jarcasting.com/artifacts/com.mastfrog/giulius-threadpool/
implementation ("com.mastfrog:giulius-threadpool:2.6.3")
'com.mastfrog:giulius-threadpool:jar:2.6.3'
<dependency org="com.mastfrog" name="giulius-threadpool" rev="2.6.3">
<artifact name="giulius-threadpool" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.mastfrog', module='giulius-threadpool', version='2.6.3')
)
libraryDependencies += "com.mastfrog" % "giulius-threadpool" % "2.6.3"
[com.mastfrog/giulius-threadpool "2.6.3"]