| License | License | 
|---|---|
| Categories | CategoriesORM Data | 
| GroupId | GroupIdcom.github.longdt | 
| ArtifactId | ArtifactIdvertx-orm-parent | 
| Last Version | Last Version1.0.0 | 
| Release Date | Release Date | 
| Type | Typepom | 
| Description | DescriptionVertx ORM Parent A simple library which provide POJO mapping Table utilities | 
| Project URL | Project URL | 
| Source Code Management | Source Code Management | 
| Filename | Size | 
|---|---|
| vertx-orm-parent-1.0.0.pom | 9 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/com.github.longdt/vertx-orm-parent/ -->
<dependency>
    <groupId>com.github.longdt</groupId>
    <artifactId>vertx-orm-parent</artifactId>
    <version>1.0.0</version>
    <type>pom</type>
</dependency>// https://jarcasting.com/artifacts/com.github.longdt/vertx-orm-parent/
implementation 'com.github.longdt:vertx-orm-parent:1.0.0'// https://jarcasting.com/artifacts/com.github.longdt/vertx-orm-parent/
implementation ("com.github.longdt:vertx-orm-parent:1.0.0")'com.github.longdt:vertx-orm-parent:pom:1.0.0'<dependency org="com.github.longdt" name="vertx-orm-parent" rev="1.0.0">
  <artifact name="vertx-orm-parent" type="pom" />
</dependency>@Grapes(
@Grab(group='com.github.longdt', module='vertx-orm-parent', version='1.0.0')
)libraryDependencies += "com.github.longdt" % "vertx-orm-parent" % "1.0.0"[com.github.longdt/vertx-orm-parent "1.0.0"]