<dependency> <groupId>com.jolbox</groupId> <artifactId>bonecp-spring</artifactId> <version>0.8.0.RELEASE</version> <type>bundle</type> </dependency>
implementation 'com.jolbox:bonecp-spring:0.8.0.RELEASE'
implementation("com.jolbox:bonecp-spring:0.8.0.RELEASE")
libraryDependencies += "com.jolbox" % "bonecp-spring" % "0.8.0.RELEASE"
@Grapes( @Grab(group='com.jolbox', module='bonecp-spring', version='0.8.0.RELEASE') )
<dependency org="com.jolbox" name="bonecp-spring" rev="0.8.0.RELEASE" />
[com.jolbox/bonecp-spring "0.8.0.RELEASE"]
'com.jolbox:bonecp-spring:jar:0.8.0.RELEASE'
<parent> <groupId>com.jolbox</groupId> <artifactId>bonecp-parent</artifactId> <version>0.8.0.RELEASE</version> </parent>
compile
|-- com.jolbox:bonecp
|-- org.slf4j:slf4j-api
provided
|-- org.springframework:spring-jdbc
test
|-- com.jolbox:bonecp-test-commons
|-- junit:junit
|-- org.slf4j:slf4j-log4j12
|-- org.easymock:easymock