License |
License |
---|---|
GroupId | GroupIdcom.dottydingo.hyperion |
ArtifactId | ArtifactIdhyperion-jpa |
Last Version | Last Version2.0.0-EA3 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionA framework for creating data services.
|
Project URL |
Project URL |
Filename | Size |
---|---|
hyperion-jpa-2.0.0-EA3.pom | |
hyperion-jpa-2.0.0-EA3.jar | 32 KB |
hyperion-jpa-2.0.0-EA3-sources.jar | 16 KB |
hyperion-jpa-2.0.0-EA3-javadoc.jar | 158 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.dottydingo.hyperion/hyperion-jpa/ -->
<dependency>
<groupId>com.dottydingo.hyperion</groupId>
<artifactId>hyperion-jpa</artifactId>
<version>2.0.0-EA3</version>
</dependency>
// https://jarcasting.com/artifacts/com.dottydingo.hyperion/hyperion-jpa/
implementation 'com.dottydingo.hyperion:hyperion-jpa:2.0.0-EA3'
// https://jarcasting.com/artifacts/com.dottydingo.hyperion/hyperion-jpa/
implementation ("com.dottydingo.hyperion:hyperion-jpa:2.0.0-EA3")
'com.dottydingo.hyperion:hyperion-jpa:jar:2.0.0-EA3'
<dependency org="com.dottydingo.hyperion" name="hyperion-jpa" rev="2.0.0-EA3">
<artifact name="hyperion-jpa" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.dottydingo.hyperion', module='hyperion-jpa', version='2.0.0-EA3')
)
libraryDependencies += "com.dottydingo.hyperion" % "hyperion-jpa" % "2.0.0-EA3"
[com.dottydingo.hyperion/hyperion-jpa "2.0.0-EA3"]
Group / Artifact | Type | Version |
---|---|---|
com.dottydingo.hyperion : hyperion-core | jar | 2.0.0-EA3 |
org.slf4j : slf4j-api Optional | jar | 1.7.12 |
cz.jirutka.rsql : rsql-parser Optional | jar | 2.0.0 |
org.springframework : spring-beans Optional | jar | 4.2.4.RELEASE |
com.fasterxml : classmate Optional | jar | 1.1.0 |
joda-time : joda-time Optional | jar | 2.2 |
org.hibernate.javax.persistence : hibernate-jpa-2.1-api Optional | jar | 1.0.0.Final |
org.hibernate : hibernate-core Optional | jar | 4.3.8.Final |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.11 |