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