Categories |
CategoriesGUI User Interface Guice Application Layer Libs Dependency Injection Hibernate Data ORM |
---|---|
GroupId | GroupIdcom.guicedee.services |
ArtifactId | ArtifactIdhibernate-c3p0 |
Version | Version1.0.18.0 |
Type | Typejar |
Filename | Size |
---|---|
hibernate-c3p0-1.0.18.0.pom | |
hibernate-c3p0-1.0.18.0.jar | 1 MB |
hibernate-c3p0-1.0.18.0-sources.jar | 1 MB |
hibernate-c3p0-1.0.18.0-javadoc.jar | 391 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.guicedee.services/hibernate-c3p0/ -->
<dependency>
<groupId>com.guicedee.services</groupId>
<artifactId>hibernate-c3p0</artifactId>
<version>1.0.18.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.guicedee.services/hibernate-c3p0/
implementation 'com.guicedee.services:hibernate-c3p0:1.0.18.0'
// https://jarcasting.com/artifacts/com.guicedee.services/hibernate-c3p0/
implementation ("com.guicedee.services:hibernate-c3p0:1.0.18.0")
'com.guicedee.services:hibernate-c3p0:jar:1.0.18.0'
<dependency org="com.guicedee.services" name="hibernate-c3p0" rev="1.0.18.0">
<artifact name="hibernate-c3p0" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.guicedee.services', module='hibernate-c3p0', version='1.0.18.0')
)
libraryDependencies += "com.guicedee.services" % "hibernate-c3p0" % "1.0.18.0"
[com.guicedee.services/hibernate-c3p0 "1.0.18.0"]