Files download
File Operation
hit-1.2.jar download
hit-1.2.pom download
hit-1.2-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.mrstampy</groupId>
  <artifactId>hit</artifactId>
  <version>1.2</version>
</dependency>
Gradle Groovy
implementation 'com.github.mrstampy:hit:1.2'
Gradle Kotlin
implementation("com.github.mrstampy:hit:1.2")
Scala SBT
libraryDependencies += "com.github.mrstampy" % "hit" % "1.2"
Groovy Grape
@Grapes(
  @Grab(group='com.github.mrstampy', module='hit', version='1.2')
)
Apache Ivy
<dependency org="com.github.mrstampy" name="hit" rev="1.2" />
Leiningen
[com.github.mrstampy/hit "1.2"]
Apache Buildr
'com.github.mrstampy:hit:jar:1.2'
Dependencies

compile

|-- org.slf4j:slf4j-api:1.7.5

|-- org.slf4j:jcl-over-slf4j:1.7.5

|-- org.slf4j:log4j-over-slf4j:1.7.5

|-- org.slf4j:jul-to-slf4j:1.7.5

|-- ch.qos.logback:logback-classic:1.0.13

|-- ch.qos.logback:logback-core:1.0.13

|-- org.hibernate:hibernate-core:4.2.8.Final

|-- org.hibernate:hibernate-entitymanager:4.2.8.Final

|-- org.hibernate.common:hibernate-commons-annotations:4.0.2.Final

|-- org.hibernate.javax.persistence:hibernate-jpa-2.0-api:1.0.1.Final

|-- org.hibernate:hibernate-ehcache:4.2.8.Final

|-- net.sf.ehcache:ehcache:2.8.0

|-- org.apache.commons:commons-lang3:3.2.1

|-- org.apache.tomcat:tomcat-jdbc:7.0.50

|-- c3p0:c3p0:0.9.1.2

|-- com.jolbox:bonecp:0.8.0.RELEASE

|-- org.vibur:vibur-dbcp:1.0.0

|-- org.vibur:vibur-object-pool:1.0.0

|-- com.googlecode.concurrentlinkedhashmap:concurrentlinkedhashmap-lru:1.3.2

|-- org.springframework:spring-core:4.0.2.RELEASE

|-- org.springframework:spring-orm:4.0.2.RELEASE

|-- org.springframework:spring-beans:4.0.2.RELEASE

|-- org.springframework:spring-context:4.0.2.RELEASE

|-- org.springframework:spring-jdbc:4.0.2.RELEASE

|-- org.springframework:spring-aop:4.0.2.RELEASE

|-- org.springframework:spring-aspects:4.0.2.RELEASE

|-- org.springframework:spring-tx:4.0.2.RELEASE

|-- org.springframework:spring-expression:4.0.2.RELEASE

|-- org.springframework:spring-test:4.0.2.RELEASE

|-- aopalliance:aopalliance:1.0

|-- org.aspectj:aspectjweaver:1.7.4

|-- org.aspectj:aspectjrt:1.7.4

|-- org.jvnet.opendmk:jmxremote_optional:1.0_01-ea

|-- org.apache.derby:derby:10.10.1.1

|-- cglib:cglib-nodep:3.1

|-- dom4j:dom4j:1.6.1

|-- org.jboss.logging:jboss-logging:3.1.0.GA

|-- org.jboss.spec.javax.transaction:jboss-transaction-api_1.1_spec:1.0.1.Final

|-- antlr:antlr:2.7.7

|-- org.javassist:javassist:3.18.1-GA