GroupId | GroupIdcn.danielw |
---|---|
ArtifactId | ArtifactIdfast-object-pool |
Version | Version2.1.1 |
Type | Typejar |
Filename | Size |
---|---|
fast-object-pool-2.1.1.pom | |
fast-object-pool-2.1.1.jar | 12 KB |
fast-object-pool-2.1.1-sources.jar | 5 KB |
fast-object-pool-2.1.1-javadoc.jar | 422 KB |
Browse |
<!-- https://jarcasting.com/artifacts/cn.danielw/fast-object-pool/ -->
<dependency>
<groupId>cn.danielw</groupId>
<artifactId>fast-object-pool</artifactId>
<version>2.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/cn.danielw/fast-object-pool/
implementation 'cn.danielw:fast-object-pool:2.1.1'
// https://jarcasting.com/artifacts/cn.danielw/fast-object-pool/
implementation ("cn.danielw:fast-object-pool:2.1.1")
'cn.danielw:fast-object-pool:jar:2.1.1'
<dependency org="cn.danielw" name="fast-object-pool" rev="2.1.1">
<artifact name="fast-object-pool" type="jar" />
</dependency>
@Grapes(
@Grab(group='cn.danielw', module='fast-object-pool', version='2.1.1')
)
libraryDependencies += "cn.danielw" % "fast-object-pool" % "2.1.1"
[cn.danielw/fast-object-pool "2.1.1"]