task-queue

队列的通用类,用于有多线程队列需要的时候

License

License

GroupId

GroupId

com.35liuqi
ArtifactId

ArtifactId

TaskQueue
Last Version

Last Version

1.0.1
Release Date

Release Date

Type

Type

jar
Description

Description

task-queue
队列的通用类,用于有多线程队列需要的时候

Download TaskQueue

How to add to project

<!-- 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"]

Dependencies

compile (3)

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

test (1)

Group / Artifact Type Version
junit : junit jar 4.12

Project Modules

There are no modules declared in this project.

Versions

Version
1.0.1
1.0