| Группа | Группаorg.tinygroup |
|---|---|
| Идентификатор | Идентификаторorg.tinygroup.threadgroup |
| Версия | Версия2.0.7 |
| Тип | Типjar |
<!-- https://jarcasting.com/artifacts/org.tinygroup/org.tinygroup.threadgroup/ -->
<dependency>
<groupId>org.tinygroup</groupId>
<artifactId>org.tinygroup.threadgroup</artifactId>
<version>2.0.7</version>
</dependency>
// https://jarcasting.com/artifacts/org.tinygroup/org.tinygroup.threadgroup/
implementation 'org.tinygroup:org.tinygroup.threadgroup:2.0.7'
// https://jarcasting.com/artifacts/org.tinygroup/org.tinygroup.threadgroup/
implementation ("org.tinygroup:org.tinygroup.threadgroup:2.0.7")
'org.tinygroup:org.tinygroup.threadgroup:jar:2.0.7'
<dependency org="org.tinygroup" name="org.tinygroup.threadgroup" rev="2.0.7">
<artifact name="org.tinygroup.threadgroup" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.tinygroup', module='org.tinygroup.threadgroup', version='2.0.7')
)
libraryDependencies += "org.tinygroup" % "org.tinygroup.threadgroup" % "2.0.7"
[org.tinygroup/org.tinygroup.threadgroup "2.0.7"]