GroupId | GroupIdcom.github.bbottema |
---|---|
ArtifactId | ArtifactIdclustered-object-pool |
Version | Version1.0.3 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.bbottema/clustered-object-pool/ -->
<dependency>
<groupId>com.github.bbottema</groupId>
<artifactId>clustered-object-pool</artifactId>
<version>1.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.bbottema/clustered-object-pool/
implementation 'com.github.bbottema:clustered-object-pool:1.0.3'
// https://jarcasting.com/artifacts/com.github.bbottema/clustered-object-pool/
implementation ("com.github.bbottema:clustered-object-pool:1.0.3")
'com.github.bbottema:clustered-object-pool:jar:1.0.3'
<dependency org="com.github.bbottema" name="clustered-object-pool" rev="1.0.3">
<artifact name="clustered-object-pool" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.bbottema', module='clustered-object-pool', version='1.0.3')
)
libraryDependencies += "com.github.bbottema" % "clustered-object-pool" % "1.0.3"
[com.github.bbottema/clustered-object-pool "1.0.3"]