is not current version
Last Version 0.0.14

com.github.axet:threads 0.0.1

threads java utils library

GroupId

GroupId

com.github.axet
ArtifactId

ArtifactId

threads
Version

Version

0.0.1
Type

Type

jar

Download threads 0.0.1


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