| License |
License |
|---|---|
| Categories |
CategoriesORM Data |
| GroupId | GroupIdcom.github.chrisvest |
| ArtifactId | ArtifactIdstormpot |
| Version | Version3.1 |
| Type | Typejar |
| Description |
Descriptionstormpot
A fast object pool library.
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| stormpot-3.1.pom | |
| stormpot-3.1.jar | 61 KB |
| stormpot-3.1-sources.jar | 71 KB |
| stormpot-3.1-javadoc.jar | 510 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.chrisvest/stormpot/ -->
<dependency>
<groupId>com.github.chrisvest</groupId>
<artifactId>stormpot</artifactId>
<version>3.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.chrisvest/stormpot/
implementation 'com.github.chrisvest:stormpot:3.1'
// https://jarcasting.com/artifacts/com.github.chrisvest/stormpot/
implementation ("com.github.chrisvest:stormpot:3.1")
'com.github.chrisvest:stormpot:jar:3.1'
<dependency org="com.github.chrisvest" name="stormpot" rev="3.1">
<artifact name="stormpot" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.chrisvest', module='stormpot', version='3.1')
)
libraryDependencies += "com.github.chrisvest" % "stormpot" % "3.1"
[com.github.chrisvest/stormpot "3.1"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.junit.jupiter : junit-jupiter-engine | jar | 5.7.0-M1 |
| org.junit.jupiter : junit-jupiter-params | jar | 5.7.0-M1 |
| org.assertj : assertj-core | jar | 3.15.0 |
| io.dropwizard.metrics : metrics-core | jar | 4.1.8 |
| io.micrometer : micrometer-core | jar | 1.4.2 |
| org.hdrhistogram : HdrHistogram | jar | 2.1.12 |
| org.openjdk.jol : jol-core | jar | 0.10 |