License |
License |
---|---|
GroupId | GroupIdcom.zsoltsafrany |
ArtifactId | ArtifactIdneedle |
Version | Version1.0.0 |
Type | Typejar |
Description |
DescriptionNeedle
Multithreading library for Android.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
needle-1.0.0.pom | |
needle-1.0.0.jar | 10 KB |
needle-1.0.0-sources.jar | 5 KB |
needle-1.0.0-javadoc.jar | 58 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.zsoltsafrany/needle/ -->
<dependency>
<groupId>com.zsoltsafrany</groupId>
<artifactId>needle</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.zsoltsafrany/needle/
implementation 'com.zsoltsafrany:needle:1.0.0'
// https://jarcasting.com/artifacts/com.zsoltsafrany/needle/
implementation ("com.zsoltsafrany:needle:1.0.0")
'com.zsoltsafrany:needle:jar:1.0.0'
<dependency org="com.zsoltsafrany" name="needle" rev="1.0.0">
<artifact name="needle" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.zsoltsafrany', module='needle', version='1.0.0')
)
libraryDependencies += "com.zsoltsafrany" % "needle" % "1.0.0"
[com.zsoltsafrany/needle "1.0.0"]
Group / Artifact | Type | Version |
---|---|---|
com.google.android : android | jar | 1.5_r3 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.11 |
org.robolectric : robolectric | jar | 2.3 |