Categories |
CategoriesDropWizard Container Microservices HikariCP Data Databases |
---|---|
GroupId | GroupIdcom.github.mtakaki |
ArtifactId | ArtifactIddropwizard-hikaricp |
Version | Version2.0.10 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.mtakaki/dropwizard-hikaricp/ -->
<dependency>
<groupId>com.github.mtakaki</groupId>
<artifactId>dropwizard-hikaricp</artifactId>
<version>2.0.10</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.mtakaki/dropwizard-hikaricp/
implementation 'com.github.mtakaki:dropwizard-hikaricp:2.0.10'
// https://jarcasting.com/artifacts/com.github.mtakaki/dropwizard-hikaricp/
implementation ("com.github.mtakaki:dropwizard-hikaricp:2.0.10")
'com.github.mtakaki:dropwizard-hikaricp:jar:2.0.10'
<dependency org="com.github.mtakaki" name="dropwizard-hikaricp" rev="2.0.10">
<artifact name="dropwizard-hikaricp" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.mtakaki', module='dropwizard-hikaricp', version='2.0.10')
)
libraryDependencies += "com.github.mtakaki" % "dropwizard-hikaricp" % "2.0.10"
[com.github.mtakaki/dropwizard-hikaricp "2.0.10"]