License |
License |
---|---|
Categories |
CategoriesORM Data |
GroupId | GroupIdcom.github.orm-fux |
ArtifactId | ArtifactIdormfux-simple-orm |
Version | Version1.5 |
Type | Typejar |
Description |
Descriptionormfux-simple-orm
A small library for simple ORM access to databases
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
ormfux-simple-orm-1.5.pom | |
ormfux-simple-orm-1.5.jar | 36 KB |
ormfux-simple-orm-1.5-sources.jar | 25 KB |
ormfux-simple-orm-1.5-javadoc.jar | 491 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.orm-fux/ormfux-simple-orm/ -->
<dependency>
<groupId>com.github.orm-fux</groupId>
<artifactId>ormfux-simple-orm</artifactId>
<version>1.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.orm-fux/ormfux-simple-orm/
implementation 'com.github.orm-fux:ormfux-simple-orm:1.5'
// https://jarcasting.com/artifacts/com.github.orm-fux/ormfux-simple-orm/
implementation ("com.github.orm-fux:ormfux-simple-orm:1.5")
'com.github.orm-fux:ormfux-simple-orm:jar:1.5'
<dependency org="com.github.orm-fux" name="ormfux-simple-orm" rev="1.5">
<artifact name="ormfux-simple-orm" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.orm-fux', module='ormfux-simple-orm', version='1.5')
)
libraryDependencies += "com.github.orm-fux" % "ormfux-simple-orm" % "1.5"
[com.github.orm-fux/ormfux-simple-orm "1.5"]
Group / Artifact | Type | Version |
---|---|---|
com.github.orm-fux » ormfux-common-utils | jar | 1.5 |
org.apache.commons : commons-lang3 | jar | 3.9 |
Group / Artifact | Type | Version |
---|---|---|
com.h2database : h2 | jar | 1.4.196 |
junit : junit | jar | 4.11 |
org.assertj : assertj-core | jar | 3.12.0 |