vertx-jpa
Vertx JPA Extension
How to build
mvn clean install
How to release
mvn clean install -Psonatype-oss-release
This will build the all ready to deploy artifiacts
License |
License |
---|---|
Categories |
CategoriesIDE Development Tools |
GroupId | GroupIdcom.spidercoding |
ArtifactId | ArtifactIdvertx-jpa |
Last Version | Last Version1.0.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionThe JPA extention in Vertx
Sonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/
|
Project Organization |
Project OrganizationEclipse |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
vertx-jpa-1.0.0.pom | |
vertx-jpa-1.0.0.jar | 38 KB |
vertx-jpa-1.0.0-tests.jar | 9 KB |
vertx-jpa-1.0.0-test-sources.jar | 3 KB |
vertx-jpa-1.0.0-sources.jar | 17 KB |
vertx-jpa-1.0.0-javadoc.jar | 82 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.spidercoding/vertx-jpa/ -->
<dependency>
<groupId>com.spidercoding</groupId>
<artifactId>vertx-jpa</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.spidercoding/vertx-jpa/
implementation 'com.spidercoding:vertx-jpa:1.0.0'
// https://jarcasting.com/artifacts/com.spidercoding/vertx-jpa/
implementation ("com.spidercoding:vertx-jpa:1.0.0")
'com.spidercoding:vertx-jpa:jar:1.0.0'
<dependency org="com.spidercoding" name="vertx-jpa" rev="1.0.0">
<artifact name="vertx-jpa" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.spidercoding', module='vertx-jpa', version='1.0.0')
)
libraryDependencies += "com.spidercoding" % "vertx-jpa" % "1.0.0"
[com.spidercoding/vertx-jpa "1.0.0"]
Group / Artifact | Type | Version |
---|---|---|
io.vertx : vertx-core | jar | |
io.vertx : vertx-service-proxy | jar | |
io.vertx : vertx-service-discovery | jar | |
io.vertx : vertx-rx-java2 | jar | |
org.hibernate : hibernate-core | jar | 5.3.9.Final |
org.hibernate.validator : hibernate-validator | jar | 6.0.14.Final |
com.github.v-ladynev : fluent-hibernate-core | jar | 0.3.1 |
org.slf4j : slf4j-api | jar | 1.7.25 |
org.slf4j : slf4j-simple Optional | jar | 1.7.25 |
Group / Artifact | Type | Version |
---|---|---|
io.vertx : vertx-rx-java2-gen | jar | 3.7.1 |
io.vertx : vertx-codegen | jar |
Group / Artifact | Type | Version |
---|---|---|
io.vertx : vertx-core | test-jar | |
io.vertx : vertx-unit | jar | |
junit : junit | jar | 4.12 |
com.h2database : h2 | jar | 1.4.197 |
Vertx JPA Extension
mvn clean install
mvn clean install -Psonatype-oss-release
This will build the all ready to deploy artifiacts