Core Helix Project
| License |
License |
|---|---|
| GroupId | GroupIdio.helixservice |
| ArtifactId | ArtifactIdhelix-jpa |
| Last Version | Last Version1.0.4 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionHelix Service Template for Vert.x non-blocking services
|
| Filename | Size |
|---|---|
| helix-jpa-1.0.4.pom | |
| helix-jpa-1.0.4.jar | 15 KB |
| helix-jpa-1.0.4-sources.jar | 10 KB |
| helix-jpa-1.0.4-javadoc.jar | 55 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.helixservice/helix-jpa/ -->
<dependency>
<groupId>io.helixservice</groupId>
<artifactId>helix-jpa</artifactId>
<version>1.0.4</version>
</dependency>
// https://jarcasting.com/artifacts/io.helixservice/helix-jpa/
implementation 'io.helixservice:helix-jpa:1.0.4'
// https://jarcasting.com/artifacts/io.helixservice/helix-jpa/
implementation ("io.helixservice:helix-jpa:1.0.4")
'io.helixservice:helix-jpa:jar:1.0.4'
<dependency org="io.helixservice" name="helix-jpa" rev="1.0.4">
<artifact name="helix-jpa" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.helixservice', module='helix-jpa', version='1.0.4')
)
libraryDependencies += "io.helixservice" % "helix-jpa" % "1.0.4"
[io.helixservice/helix-jpa "1.0.4"]
| Group / Artifact | Type | Version |
|---|---|---|
| io.helixservice : helix-core | jar | 1.0.4 |
| io.helixservice : helix-config | jar | 1.0.4 |
| org.hibernate : hibernate-core | jar | 4.3.11.Final |
| org.hibernate : hibernate-entitymanager | jar | 4.3.11.Final |
| org.hibernate : hibernate-c3p0 | jar | 4.3.11.Final |
| org.hibernate : hibernate-ehcache | jar | 4.3.11.Final |
| com.mchange : c3p0 | jar | 0.9.5.2 |
| io.vertx : vertx-core | jar | 3.2.0 |
| io.vertx : vertx-sync | jar | 3.2.0 |
| co.paralleluniverse : quasar-core | jar | LATEST |
| io.vertx : vertx-web | jar | 3.2.0 |
| com.google.guava : guava | jar | 18.0 |
| org.aspectj : aspectjrt | jar | 1.8.8 |
| org.aspectj : aspectjweaver | jar | 1.8.8 |
| org.slf4j : slf4j-api | jar | 1.7.7 |
| ch.qos.logback : logback-core | jar | 1.1.3 |
| ch.qos.logback : logback-classic | jar | 1.1.3 |
| commons-io : commons-io | jar | 2.4 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.11 |
| org.hamcrest : hamcrest-all | jar | 1.3 |
| org.mockito : mockito-all | jar | 1.10.19 |
Core Helix Project