GroupId | GroupIdcom.github.snowdream.android.util.concurrent |
---|---|
ArtifactId | ArtifactIdmultithread |
Version | Version0.0.7 |
Type | Typejar |
Filename | Size |
---|---|
multithread-0.0.7.pom | |
multithread-0.0.7.jar | 5 KB |
multithread-0.0.7-sources.jar | 7 KB |
multithread-0.0.7-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.snowdream.android.util.concurrent/multithread/ -->
<dependency>
<groupId>com.github.snowdream.android.util.concurrent</groupId>
<artifactId>multithread</artifactId>
<version>0.0.7</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.snowdream.android.util.concurrent/multithread/
implementation 'com.github.snowdream.android.util.concurrent:multithread:0.0.7'
// https://jarcasting.com/artifacts/com.github.snowdream.android.util.concurrent/multithread/
implementation ("com.github.snowdream.android.util.concurrent:multithread:0.0.7")
'com.github.snowdream.android.util.concurrent:multithread:jar:0.0.7'
<dependency org="com.github.snowdream.android.util.concurrent" name="multithread" rev="0.0.7">
<artifact name="multithread" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.snowdream.android.util.concurrent', module='multithread', version='0.0.7')
)
libraryDependencies += "com.github.snowdream.android.util.concurrent" % "multithread" % "0.0.7"
[com.github.snowdream.android.util.concurrent/multithread "0.0.7"]