GroupId | GroupIdcom.github.snowdream.android.util.concurrent |
---|---|
ArtifactId | ArtifactIdmultithread |
Version | Version0.0.5 |
Type | Typejar |
Filename | Size |
---|---|
multithread-0.0.5.pom | |
multithread-0.0.5.jar | 5 KB |
multithread-0.0.5-sources.jar | 3 KB |
multithread-0.0.5-javadoc.jar | 43 KB |
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.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.snowdream.android.util.concurrent/multithread/
implementation 'com.github.snowdream.android.util.concurrent:multithread:0.0.5'
// https://jarcasting.com/artifacts/com.github.snowdream.android.util.concurrent/multithread/
implementation ("com.github.snowdream.android.util.concurrent:multithread:0.0.5")
'com.github.snowdream.android.util.concurrent:multithread:jar:0.0.5'
<dependency org="com.github.snowdream.android.util.concurrent" name="multithread" rev="0.0.5">
<artifact name="multithread" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.snowdream.android.util.concurrent', module='multithread', version='0.0.5')
)
libraryDependencies += "com.github.snowdream.android.util.concurrent" % "multithread" % "0.0.5"
[com.github.snowdream.android.util.concurrent/multithread "0.0.5"]