is not current version
Last Version 1.0.1

com.techyourchance:threadposter 1.0.0

Lightweight library for unit testable and expressive multi-threading in Android.

GroupId

GroupId

com.techyourchance
ArtifactId

ArtifactId

threadposter
Version

Version

1.0.0
Type

Type

aar

Download threadposter 1.0.0


<!-- https://jarcasting.com/artifacts/com.techyourchance/threadposter/ -->
<dependency>
    <groupId>com.techyourchance</groupId>
    <artifactId>threadposter</artifactId>
    <version>1.0.0</version>
    <type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.techyourchance/threadposter/
implementation 'com.techyourchance:threadposter:1.0.0'
// https://jarcasting.com/artifacts/com.techyourchance/threadposter/
implementation ("com.techyourchance:threadposter:1.0.0")
'com.techyourchance:threadposter:aar:1.0.0'
<dependency org="com.techyourchance" name="threadposter" rev="1.0.0">
  <artifact name="threadposter" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.techyourchance', module='threadposter', version='1.0.0')
)
libraryDependencies += "com.techyourchance" % "threadposter" % "1.0.0"
[com.techyourchance/threadposter "1.0.0"]