| Группа | Группаcom.mastfrog |
|---|---|
| Идентификатор | Идентификаторgiulius-threadpool |
| Версия | Версия2.6.8 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| giulius-threadpool-2.6.8.pom | |
| giulius-threadpool-2.6.8.jar | 29 KB |
| giulius-threadpool-2.6.8-sources.jar | 23 KB |
| giulius-threadpool-2.6.8-javadoc.jar | 73 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.mastfrog/giulius-threadpool/ -->
<dependency>
<groupId>com.mastfrog</groupId>
<artifactId>giulius-threadpool</artifactId>
<version>2.6.8</version>
</dependency>
// https://jarcasting.com/artifacts/com.mastfrog/giulius-threadpool/
implementation 'com.mastfrog:giulius-threadpool:2.6.8'
// https://jarcasting.com/artifacts/com.mastfrog/giulius-threadpool/
implementation ("com.mastfrog:giulius-threadpool:2.6.8")
'com.mastfrog:giulius-threadpool:jar:2.6.8'
<dependency org="com.mastfrog" name="giulius-threadpool" rev="2.6.8">
<artifact name="giulius-threadpool" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.mastfrog', module='giulius-threadpool', version='2.6.8')
)
libraryDependencies += "com.mastfrog" % "giulius-threadpool" % "2.6.8"
[com.mastfrog/giulius-threadpool "2.6.8"]