GroupId | GroupIdcom.github.bbottema |
---|---|
ArtifactId | ArtifactIdgeneric-object-pool |
Version | Version1.0.2 |
Type | Typejar |
Filename | Size |
---|---|
generic-object-pool-1.0.2.pom | |
generic-object-pool-1.0.2.jar | 43 KB |
generic-object-pool-1.0.2-sources.jar | 26 KB |
generic-object-pool-1.0.2-javadoc.jar | 95 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.bbottema/generic-object-pool/ -->
<dependency>
<groupId>com.github.bbottema</groupId>
<artifactId>generic-object-pool</artifactId>
<version>1.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.bbottema/generic-object-pool/
implementation 'com.github.bbottema:generic-object-pool:1.0.2'
// https://jarcasting.com/artifacts/com.github.bbottema/generic-object-pool/
implementation ("com.github.bbottema:generic-object-pool:1.0.2")
'com.github.bbottema:generic-object-pool:jar:1.0.2'
<dependency org="com.github.bbottema" name="generic-object-pool" rev="1.0.2">
<artifact name="generic-object-pool" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.bbottema', module='generic-object-pool', version='1.0.2')
)
libraryDependencies += "com.github.bbottema" % "generic-object-pool" % "1.0.2"
[com.github.bbottema/generic-object-pool "1.0.2"]