databaseutils
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>in.sourceshift.genericmodules</groupId>
<artifactId>databaseutils</artifactId>
<version>17.0.0</version>
</dependency><project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <artifactId>databaseutils</artifactId> <packaging>jar</packaging> <name>genericmodules-databaseutils</name> <description>NA</description> <parent> <groupId>in.sourceshift.genericmodules</groupId> <artifactId>parent</artifactId> <version>17.0.0</version> <relativePath>../pom.xml</relativePath> </parent> <dependencies> <dependency> <groupId>in.sourceshift.genericmodules</groupId> <artifactId>commons</artifactId> </dependency> <dependency> <groupId>org.hibernate</groupId> <artifactId>hibernate-c3p0</artifactId> </dependency> </dependencies> </project>