Last Version

Guiced Persistence - C3P0 62

Enables C3P0 with Hibernate connections in the GuicedPersistence provider Requires JDK 8 and up

License

License

Categories

Categories

GUI User Interface Guice Application Layer Libs Dependency Injection
GroupId

GroupId

com.guicedee.persistence
ArtifactId

ArtifactId

guiced-persistence-c3p0
Version

Version

62
Type

Type

jar
Description

Description

Guiced Persistence - C3P0
Enables C3P0 with Hibernate connections in the GuicedPersistence provider Requires JDK 8 and up
Project URL

Project URL

https://github.com/GedMarc/GuicedPersistence-C3P0
Project Organization

Project Organization

Marc Magon
Source Code Management

Source Code Management

https://github.com/GedMarc/GuicedPersistence.git

Download guiced-persistence-c3p0 62


<!-- https://jarcasting.com/artifacts/com.guicedee.persistence/guiced-persistence-c3p0/ -->
<dependency>
    <groupId>com.guicedee.persistence</groupId>
    <artifactId>guiced-persistence-c3p0</artifactId>
    <version>62</version>
</dependency>
// https://jarcasting.com/artifacts/com.guicedee.persistence/guiced-persistence-c3p0/
implementation 'com.guicedee.persistence:guiced-persistence-c3p0:62'
// https://jarcasting.com/artifacts/com.guicedee.persistence/guiced-persistence-c3p0/
implementation ("com.guicedee.persistence:guiced-persistence-c3p0:62")
'com.guicedee.persistence:guiced-persistence-c3p0:jar:62'
<dependency org="com.guicedee.persistence" name="guiced-persistence-c3p0" rev="62">
  <artifact name="guiced-persistence-c3p0" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.guicedee.persistence', module='guiced-persistence-c3p0', version='62')
)
libraryDependencies += "com.guicedee.persistence" % "guiced-persistence-c3p0" % "62"
[com.guicedee.persistence/guiced-persistence-c3p0 "62"]

Dependencies

compile (7)

Group / Artifact Type Version
com.guicedee.persistence : guiced-persistence-hibernateproperties-reader jar
com.guicedee.persistence : guiced-persistence-jpa jar
com.guicedee.services : hibernate-core jar
com.guicedee.services : jakarta.persistence-api jar
org.hibernate : hibernate-c3p0 Optional jar 5.4.8.Final
com.mchange : mchange-commons-java Optional jar 0.2.15
com.mchange : c3p0 Optional jar 0.9.5.4

provided (2)

Group / Artifact Type Version
org.projectlombok : lombok jar 1.18.10
org.mapstruct : mapstruct-processor jar 1.3.1.Final

test (5)

Group / Artifact Type Version
org.junit.jupiter : junit-jupiter-api jar 5.6.0-M1
org.hamcrest : hamcrest-all jar 1.3
org.assertj : assertj-core jar 3.12.2
org.mockito : mockito-core jar 3.0.0
com.h2database : h2 jar 1.4.199

Project Modules

There are no modules declared in this project.