License |
License |
---|---|
Categories |
CategoriesORM Data |
GroupId | GroupIdcom.wizarius |
ArtifactId | ArtifactIdorm |
Last Version | Last Version0.0.1 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionorm
Simple java orm
|
Filename | Size |
---|---|
orm-0.0.1.pom | |
orm-0.0.1.jar | 106 KB |
orm-0.0.1-sources.jar | 64 KB |
orm-0.0.1-javadoc.jar | 334 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.wizarius/orm/ -->
<dependency>
<groupId>com.wizarius</groupId>
<artifactId>orm</artifactId>
<version>0.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.wizarius/orm/
implementation 'com.wizarius:orm:0.0.1'
// https://jarcasting.com/artifacts/com.wizarius/orm/
implementation ("com.wizarius:orm:0.0.1")
'com.wizarius:orm:jar:0.0.1'
<dependency org="com.wizarius" name="orm" rev="0.0.1">
<artifact name="orm" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.wizarius', module='orm', version='0.0.1')
)
libraryDependencies += "com.wizarius" % "orm" % "0.0.1"
[com.wizarius/orm "0.0.1"]
Group / Artifact | Type | Version |
---|---|---|
mysql : mysql-connector-java | jar | 5.1.6 |
log4j : log4j | jar | 1.2.17 |
org.springframework : spring-context | jar | 4.3.7.RELEASE |
org.hibernate : hibernate-core | jar | 4.1.9.Final |
org.postgresql : postgresql | jar | 42.2.2 |
com.fasterxml.jackson.core : jackson-databind | jar | 2.5.2 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |