License |
License |
---|---|
GroupId | GroupIdcom.mizhousoft.commons |
ArtifactId | ArtifactIdcommons-thread |
Last Version | Last Version1.0.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptioncommons-thread
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
commons-thread-1.0.0.pom | |
commons-thread-1.0.0.jar | 4 KB |
commons-thread-1.0.0-sources.jar | 3 KB |
commons-thread-1.0.0-javadoc.jar | 34 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.mizhousoft.commons/commons-thread/ -->
<dependency>
<groupId>com.mizhousoft.commons</groupId>
<artifactId>commons-thread</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.mizhousoft.commons/commons-thread/
implementation 'com.mizhousoft.commons:commons-thread:1.0.0'
// https://jarcasting.com/artifacts/com.mizhousoft.commons/commons-thread/
implementation ("com.mizhousoft.commons:commons-thread:1.0.0")
'com.mizhousoft.commons:commons-thread:jar:1.0.0'
<dependency org="com.mizhousoft.commons" name="commons-thread" rev="1.0.0">
<artifact name="commons-thread" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.mizhousoft.commons', module='commons-thread', version='1.0.0')
)
libraryDependencies += "com.mizhousoft.commons" % "commons-thread" % "1.0.0"
[com.mizhousoft.commons/commons-thread "1.0.0"]
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : slf4j-api | jar | 1.7.30 |
org.apache.commons : commons-lang3 | jar | 3.10 |
org.apache.commons : commons-collections4 | jar | 4.3 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |