License |
License |
---|---|
Categories |
CategoriesORM Data |
GroupId | GroupIdcom.github.longdt |
ArtifactId | ArtifactIdvertx-orm-commons |
Last Version | Last Version1.0.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionVertx ORM
A simple library which provide POJO mapping Table utilities
|
Filename | Size |
---|---|
vertx-orm-commons-1.0.0.pom | |
vertx-orm-commons-1.0.0.jar | 28 KB |
vertx-orm-commons-1.0.0-sources.jar | 18 KB |
vertx-orm-commons-1.0.0-javadoc.jar | 540 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.longdt/vertx-orm-commons/ -->
<dependency>
<groupId>com.github.longdt</groupId>
<artifactId>vertx-orm-commons</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.longdt/vertx-orm-commons/
implementation 'com.github.longdt:vertx-orm-commons:1.0.0'
// https://jarcasting.com/artifacts/com.github.longdt/vertx-orm-commons/
implementation ("com.github.longdt:vertx-orm-commons:1.0.0")
'com.github.longdt:vertx-orm-commons:jar:1.0.0'
<dependency org="com.github.longdt" name="vertx-orm-commons" rev="1.0.0">
<artifact name="vertx-orm-commons" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.longdt', module='vertx-orm-commons', version='1.0.0')
)
libraryDependencies += "com.github.longdt" % "vertx-orm-commons" % "1.0.0"
[com.github.longdt/vertx-orm-commons "1.0.0"]
Group / Artifact | Type | Version |
---|---|---|
com.fasterxml.jackson.core : jackson-databind | jar | 2.13.1 |
io.vertx : vertx-sql-client | jar | 4.2.3 |
io.vertx : vertx-service-proxy | jar | 4.2.3 |
io.vertx : vertx-codegen | jar | 4.2.3 |