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