| Group ID: |
com.github.mrstampy |
| Artifact ID: |
hit-example |
| Version: |
1.2 |
| Last modified: |
13.03.2014 21:00 |
| Packaging: |
jar |
| Name: |
Example for HIT - A Hibernate quickstart library |
| Description: |
Hibernate Induction Trigger - Example Code |
| URL: |
http://mrstampy.github.com/hitman/ |
|
|
| Size: |
7.0 KB |
| Download: |
https://repo.maven.apache.org/maven2/com/github/mrstampy/hit-example/1.2/hit-example-1.2.jar |
| POM: |
Show
hide
<?xml version="1.0" encoding="UTF-8"?>
<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/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>com.github.mrstampy</groupId>
<artifactId>hit-example</artifactId>
<packaging>jar</packaging>
<version>1.2</version>
<description>Hibernate Induction Trigger - Example Code</description>
<url>http://mrstampy.github.com/hitman/</url>
<licenses>
<license>
<name>GNU Public License, Version 2.0</name>
<url>http://www.gnu.org/licenses/gpl-2.0.html</url>
<distribution>repo</distribution>
</license>
</licenses>
<scm>
<url>https://github.com/mrstampy/hitman.git</url>
<connection>https://github.com/mrstampy/hitman.git</connection>
</scm>
<developers>
<developer>
<id>mrstampy</id>
<name>Burt Alexander</name>
<email>burt.alexander@gmail.com</email>
</developer>
</developers>
<dependencies>
<dependency>
<groupId>com.github.mrstampy</groupId>
<artifactId>hit</artifactId>
<version>1.2</version>
<optional>false</optional>
</dependency>
</dependencies>
<dependencyManagement>
<dependencies>
<dependency>
<groupId>org.vibur</groupId>
<artifactId>vibur-object-pool</artifactId>
<exclusions>
<exclusion>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
</exclusion>
<exclusion>
<groupId>log4j</groupId>
<artifactId>log4j</artifactId>
</exclusion>
<exclusion>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-log4j12</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-ehcache</artifactId>
<exclusions>
<exclusion>
<groupId>net.sf.ehcache</groupId>
<artifactId>ehcache-core</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>dom4j</groupId>
<artifactId>dom4j</artifactId>
<exclusions>
<exclusion>
<groupId>xml-apis</groupId>
<artifactId>xml-apis</artifactId>
</exclusion>
</exclusions>
</dependency>
</dependencies>
</dependencyManagement>
<name>Example for HIT - A Hibernate quickstart library</name>
</project>
|
| Maven: |
<dependency>
<groupId>com.github.mrstampy</groupId>
<artifactId>hit-example</artifactId>
<version>1.2</version>
</dependency>
|
| Gradle: |
com.github.mrstampy:hit-example:1.2 |
|
Contained classes:
|
Show all
|
|
Contained classes:
|
|
| Dependencies: |
|
| Dependency Graph: |
Show
Less
More
|