GroupId | GroupIdorg.tinygroup |
---|---|
ArtifactId | ArtifactIdthreadgroup |
Version | Version0.0.9 |
Type | Typejar |
Filename | Size |
---|---|
threadgroup-0.0.9.pom | |
threadgroup-0.0.9.jar | 5 KB |
threadgroup-0.0.9-tests.jar | 4 KB |
threadgroup-0.0.9-sources.jar | 4 KB |
threadgroup-0.0.9-javadoc.jar | 33 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.tinygroup/threadgroup/ -->
<dependency>
<groupId>org.tinygroup</groupId>
<artifactId>threadgroup</artifactId>
<version>0.0.9</version>
</dependency>
// https://jarcasting.com/artifacts/org.tinygroup/threadgroup/
implementation 'org.tinygroup:threadgroup:0.0.9'
// https://jarcasting.com/artifacts/org.tinygroup/threadgroup/
implementation ("org.tinygroup:threadgroup:0.0.9")
'org.tinygroup:threadgroup:jar:0.0.9'
<dependency org="org.tinygroup" name="threadgroup" rev="0.0.9">
<artifact name="threadgroup" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.tinygroup', module='threadgroup', version='0.0.9')
)
libraryDependencies += "org.tinygroup" % "threadgroup" % "0.0.9"
[org.tinygroup/threadgroup "0.0.9"]