Files download
File Operation
thread-utils-1.0.0.jar download
thread-utils-1.0.0.pom download
thread-utils-1.0.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.amlinv</groupId>
  <artifactId>thread-utils</artifactId>
  <version>1.0.0</version>
</dependency>
Gradle Groovy
implementation 'com.amlinv:thread-utils:1.0.0'
Gradle Kotlin
implementation("com.amlinv:thread-utils:1.0.0")
Scala SBT
libraryDependencies += "com.amlinv" % "thread-utils" % "1.0.0"
Groovy Grape
@Grapes(
  @Grab(group='com.amlinv', module='thread-utils', version='1.0.0')
)
Apache Ivy
<dependency org="com.amlinv" name="thread-utils" rev="1.0.0" />
Leiningen
[com.amlinv/thread-utils "1.0.0"]
Apache Buildr
'com.amlinv:thread-utils:jar:1.0.0'