| GroupId | GroupIdcom.jolbox |
|---|---|
| ArtifactId | ArtifactIdbonecp-parent |
| Version | Version0.7.1.RELEASE |
| Type | Typepom |
| Filename | Size |
|---|---|
| bonecp-parent-0.7.1.RELEASE.pom | 24 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.jolbox/bonecp-parent/ -->
<dependency>
<groupId>com.jolbox</groupId>
<artifactId>bonecp-parent</artifactId>
<version>0.7.1.RELEASE</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.jolbox/bonecp-parent/
implementation 'com.jolbox:bonecp-parent:0.7.1.RELEASE'
// https://jarcasting.com/artifacts/com.jolbox/bonecp-parent/
implementation ("com.jolbox:bonecp-parent:0.7.1.RELEASE")
'com.jolbox:bonecp-parent:pom:0.7.1.RELEASE'
<dependency org="com.jolbox" name="bonecp-parent" rev="0.7.1.RELEASE">
<artifact name="bonecp-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.jolbox', module='bonecp-parent', version='0.7.1.RELEASE')
)
libraryDependencies += "com.jolbox" % "bonecp-parent" % "0.7.1.RELEASE"
[com.jolbox/bonecp-parent "0.7.1.RELEASE"]