is not current version
Last Version 0.6.1

org.attribyte:acp 0.6.0

A JDBC connection pool designed to support the high throughput, concurrency, tuning, monitoring and reporting typically required to support production application servers.

GroupId

GroupId

org.attribyte
ArtifactId

ArtifactId

acp
Version

Version

0.6.0
Type

Type

jar

Download acp 0.6.0


<!-- https://jarcasting.com/artifacts/org.attribyte/acp/ -->
<dependency>
    <groupId>org.attribyte</groupId>
    <artifactId>acp</artifactId>
    <version>0.6.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.attribyte/acp/
implementation 'org.attribyte:acp:0.6.0'
// https://jarcasting.com/artifacts/org.attribyte/acp/
implementation ("org.attribyte:acp:0.6.0")
'org.attribyte:acp:jar:0.6.0'
<dependency org="org.attribyte" name="acp" rev="0.6.0">
  <artifact name="acp" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.attribyte', module='acp', version='0.6.0')
)
libraryDependencies += "org.attribyte" % "acp" % "0.6.0"
[org.attribyte/acp "0.6.0"]