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