| License |
License |
|---|---|
| Categories |
CategoriesORM Data |
| GroupId | GroupIdcom.wizarius |
| ArtifactId | ArtifactIdwizarius-orm |
| Last Version | Last Version0.0.26 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionwizarius-orm
Java orm for Postgres or Mysql with migration system and connection pool
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| wizarius-orm-0.0.26.pom | |
| wizarius-orm-0.0.26.jar | 133 KB |
| wizarius-orm-0.0.26-sources.jar | 57 KB |
| wizarius-orm-0.0.26-javadoc.jar | 641 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.wizarius/wizarius-orm/ -->
<dependency>
<groupId>com.wizarius</groupId>
<artifactId>wizarius-orm</artifactId>
<version>0.0.26</version>
</dependency>
// https://jarcasting.com/artifacts/com.wizarius/wizarius-orm/
implementation 'com.wizarius:wizarius-orm:0.0.26'
// https://jarcasting.com/artifacts/com.wizarius/wizarius-orm/
implementation ("com.wizarius:wizarius-orm:0.0.26")
'com.wizarius:wizarius-orm:jar:0.0.26'
<dependency org="com.wizarius" name="wizarius-orm" rev="0.0.26">
<artifact name="wizarius-orm" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.wizarius', module='wizarius-orm', version='0.0.26')
)
libraryDependencies += "com.wizarius" % "wizarius-orm" % "0.0.26"
[com.wizarius/wizarius-orm "0.0.26"]
| Group / Artifact | Type | Version |
|---|---|---|
| mysql : mysql-connector-java | jar | 8.0.28 |
| org.postgresql : postgresql | jar | 42.3.3 |
| com.fasterxml.jackson.core : jackson-databind | jar | 2.13.2.2 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.slf4j : slf4j-api | jar | 1.7.30 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.12 |
| org.mockito : mockito-all | jar | 1.10.19 |