Files download
File Operation
threads-0.0.14.jar download
threads-0.0.14.pom download
threads-0.0.14-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.axet</groupId>
  <artifactId>threads</artifactId>
  <version>0.0.14</version>
</dependency>
Gradle Groovy
implementation 'com.github.axet:threads:0.0.14'
Gradle Kotlin
implementation("com.github.axet:threads:0.0.14")
Scala SBT
libraryDependencies += "com.github.axet" % "threads" % "0.0.14"
Groovy Grape
@Grapes(
  @Grab(group='com.github.axet', module='threads', version='0.0.14')
)
Apache Ivy
<dependency org="com.github.axet" name="threads" rev="0.0.14" />
Leiningen
[com.github.axet/threads "0.0.14"]
Apache Buildr
'com.github.axet:threads:jar:0.0.14'
Dependencies
The project has no third-party dependencies