| License |
License |
|---|---|
| GroupId | GroupIdcom.35liuqi |
| ArtifactId | ArtifactIdTaskQueue |
| Last Version | Last Version1.0.1 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptiontask-queue
队列的通用类,用于有多线程队列需要的时候
|
| Filename | Size |
|---|---|
| TaskQueue-1.0.1.pom | |
| TaskQueue-1.0.1.jar | 11 KB |
| TaskQueue-1.0.1-sources.jar | 10 KB |
| TaskQueue-1.0.1-javadoc.jar | 78 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.35liuqi/TaskQueue/ -->
<dependency>
<groupId>com.35liuqi</groupId>
<artifactId>TaskQueue</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.35liuqi/TaskQueue/
implementation 'com.35liuqi:TaskQueue:1.0.1'
// https://jarcasting.com/artifacts/com.35liuqi/TaskQueue/
implementation ("com.35liuqi:TaskQueue:1.0.1")
'com.35liuqi:TaskQueue:jar:1.0.1'
<dependency org="com.35liuqi" name="TaskQueue" rev="1.0.1">
<artifact name="TaskQueue" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.35liuqi', module='TaskQueue', version='1.0.1')
)
libraryDependencies += "com.35liuqi" % "TaskQueue" % "1.0.1"
[com.35liuqi/TaskQueue "1.0.1"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.apache.logging.log4j : log4j-core | jar | 2.1 |
| org.apache.logging.log4j : log4j-api | jar | 2.1 |
| org.apache.logging.log4j : log4j-web | jar | 2.1 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.12 |