License |
License |
---|---|
GroupId | GroupIdcom.dorkbox |
ArtifactId | ArtifactIdObjectPool |
Last Version | Last Version3.5 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionObjectPool
Fast, lightweight, and compatible blocking/non-blocking/soft-reference object pool for Java 8+
|
Project Organization |
Project OrganizationDorkbox LLC |
Filename | Size |
---|---|
ObjectPool-3.5.pom | |
ObjectPool-3.5.jar | 6 KB |
ObjectPool-3.5-sources.jar | 6 KB |
ObjectPool-3.5-javadoc.jar | 0 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.dorkbox/ObjectPool/ -->
<dependency>
<groupId>com.dorkbox</groupId>
<artifactId>ObjectPool</artifactId>
<version>3.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.dorkbox/ObjectPool/
implementation 'com.dorkbox:ObjectPool:3.5'
// https://jarcasting.com/artifacts/com.dorkbox/ObjectPool/
implementation ("com.dorkbox:ObjectPool:3.5")
'com.dorkbox:ObjectPool:jar:3.5'
<dependency org="com.dorkbox" name="ObjectPool" rev="3.5">
<artifact name="ObjectPool" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.dorkbox', module='ObjectPool', version='3.5')
)
libraryDependencies += "com.dorkbox" % "ObjectPool" % "3.5"
[com.dorkbox/ObjectPool "3.5"]
Group / Artifact | Type | Version |
---|---|---|
com.dorkbox : Updates | jar | 1.1 |
org.jetbrains.kotlinx : kotlinx-coroutines-core-jvm | jar | 1.6.0 |
com.conversantmedia : disruptor | jar | 1.2.19 |
org.jetbrains.kotlin : kotlin-stdlib-jdk8 | jar | 1.6.10 |