License |
License |
---|---|
GroupId | GroupIdcom.github.axet |
ArtifactId | ArtifactIdthreads |
Last Version | Last Version0.0.14 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionthreads
threads java utils library
|
Filename | Size |
---|---|
threads-0.0.14.pom | |
threads-0.0.14.jar | 10 KB |
threads-0.0.14-sources.jar | 3 KB |
threads-0.0.14-javadoc.jar | 57 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.axet/threads/ -->
<dependency>
<groupId>com.github.axet</groupId>
<artifactId>threads</artifactId>
<version>0.0.14</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.axet/threads/
implementation 'com.github.axet:threads:0.0.14'
// https://jarcasting.com/artifacts/com.github.axet/threads/
implementation ("com.github.axet:threads:0.0.14")
'com.github.axet:threads:jar:0.0.14'
<dependency org="com.github.axet" name="threads" rev="0.0.14">
<artifact name="threads" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.axet', module='threads', version='0.0.14')
)
libraryDependencies += "com.github.axet" % "threads" % "0.0.14"
[com.github.axet/threads "0.0.14"]