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
| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииIDE Инструменты разработки |
| Группа | Группаcom.spidercoding |
| Идентификатор | Идентификаторvertx-jpa |
| Последняя версия | Последняя версия1.0.0 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеThe JPA extention in Vertx
Sonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/
|
| Организация-разработчик |
Организация-разработчикEclipse |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| 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 |
| Обзор |
<!-- 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"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| 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 Необязательный | jar | 1.7.25 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| io.vertx : vertx-rx-java2-gen | jar | 3.7.1 |
| io.vertx : vertx-codegen | jar |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| 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