| License |
License |
|---|---|
| GroupId | GroupIdcom.jpattern |
| ArtifactId | ArtifactIdjob-pool |
| Version | Version2.1.0 |
| Type | Typejar |
| Description |
Descriptionjob-pool
|
| Filename | Size |
|---|---|
| job-pool-2.1.0.pom | |
| job-pool-2.1.0.jar | 39 KB |
| job-pool-2.1.0-sources.jar | 27 KB |
| job-pool-2.1.0-javadoc.jar | 181 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.jpattern/job-pool/ -->
<dependency>
<groupId>com.jpattern</groupId>
<artifactId>job-pool</artifactId>
<version>2.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.jpattern/job-pool/
implementation 'com.jpattern:job-pool:2.1.0'
// https://jarcasting.com/artifacts/com.jpattern/job-pool/
implementation ("com.jpattern:job-pool:2.1.0")
'com.jpattern:job-pool:jar:2.1.0'
<dependency org="com.jpattern" name="job-pool" rev="2.1.0">
<artifact name="job-pool" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.jpattern', module='job-pool', version='2.1.0')
)
libraryDependencies += "com.jpattern" % "job-pool" % "2.1.0"
[com.jpattern/job-pool "2.1.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.slf4j : slf4j-api Optional | jar | 1.6.3 |
| com.jpattern : jpattern-logger | jar | 3.6.0 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.slf4j : slf4j-log4j12 | jar | 1.6.3 |
| junit : junit | jar | 4.8.2 |