Vertx ORM Mysql

A simple library which provide POJO mapping Table utilities

License

License

Categories

Categories

MySQL Data Databases ORM
GroupId

GroupId

com.github.longdt
ArtifactId

ArtifactId

vertx-orm-mysql
Last Version

Last Version

2.1.2
Release Date

Release Date

Type

Type

jar
Description

Description

Vertx ORM Mysql
A simple library which provide POJO mapping Table utilities

Download vertx-orm-mysql

How to add to project

<!-- https://jarcasting.com/artifacts/com.github.longdt/vertx-orm-mysql/ -->
<dependency>
    <groupId>com.github.longdt</groupId>
    <artifactId>vertx-orm-mysql</artifactId>
    <version>2.1.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.longdt/vertx-orm-mysql/
implementation 'com.github.longdt:vertx-orm-mysql:2.1.2'
// https://jarcasting.com/artifacts/com.github.longdt/vertx-orm-mysql/
implementation ("com.github.longdt:vertx-orm-mysql:2.1.2")
'com.github.longdt:vertx-orm-mysql:jar:2.1.2'
<dependency org="com.github.longdt" name="vertx-orm-mysql" rev="2.1.2">
  <artifact name="vertx-orm-mysql" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.longdt', module='vertx-orm-mysql', version='2.1.2')
)
libraryDependencies += "com.github.longdt" % "vertx-orm-mysql" % "2.1.2"
[com.github.longdt/vertx-orm-mysql "2.1.2"]

Dependencies

compile (2)

Group / Artifact Type Version
com.github.longdt : vertx-orm-commons jar 1.0.0
io.vertx : vertx-mysql-client jar 4.2.3

test (8)

Group / Artifact Type Version
io.vertx : vertx-junit5 jar 4.2.3
org.junit.jupiter : junit-jupiter-api jar 5.7.0
org.junit.jupiter : junit-jupiter-params jar 5.7.0
org.junit.jupiter : junit-jupiter-engine jar 5.7.0
org.assertj : assertj-core jar 3.17.2
org.testcontainers : mysql jar 1.15.1
org.testcontainers : junit-jupiter jar 1.15.1
mysql : mysql-connector-java jar 8.0.16

Project Modules

There are no modules declared in this project.

Versions

Version
2.1.2
2.1.1
2.1.0
2.0.0
1.0