Last Version

SansOrm 3.8

A "No-ORM" sane SQL <-> Java object mapping library

License

License

Categories

Categories

ORM Data
GroupId

GroupId

com.github.h-thurow
ArtifactId

ArtifactId

sansorm
Version

Version

3.8
Type

Type

jar
Description

Description

SansOrm
A "No-ORM" sane SQL <-> Java object mapping library
Project URL

Project URL

https://github.com/h-thurow/SansOrm
Source Code Management

Source Code Management

https://github.com/h-thurow/SansOrm.git

Download sansorm 3.8


<!-- https://jarcasting.com/artifacts/com.github.h-thurow/sansorm/ -->
<dependency>
    <groupId>com.github.h-thurow</groupId>
    <artifactId>sansorm</artifactId>
    <version>3.8</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.h-thurow/sansorm/
implementation 'com.github.h-thurow:sansorm:3.8'
// https://jarcasting.com/artifacts/com.github.h-thurow/sansorm/
implementation ("com.github.h-thurow:sansorm:3.8")
'com.github.h-thurow:sansorm:jar:3.8'
<dependency org="com.github.h-thurow" name="sansorm" rev="3.8">
  <artifact name="sansorm" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.h-thurow', module='sansorm', version='3.8')
)
libraryDependencies += "com.github.h-thurow" % "sansorm" % "3.8"
[com.github.h-thurow/sansorm "3.8"]

Dependencies

compile (1)

Group / Artifact Type Version
javax.transaction : javax.transaction-api Optional jar 1.2

provided (5)

Group / Artifact Type Version
org.eclipse.persistence : javax.persistence jar 2.1.0
javax.transaction : transaction-api jar 1.1
org.slf4j : slf4j-api jar 1.7.25
org.apache.felix : maven-bundle-plugin Optional maven-plugin 2.3.7
org.postgresql : postgresql Optional jar 9.4-1206-jdbc42

test (6)

Group / Artifact Type Version
junit : junit jar 4.12
com.h2database : h2 jar 1.4.191
com.zaxxer : HikariCP jar 2.7.2
org.assertj : assertj-core jar 3.8.0
org.slf4j : slf4j-simple jar 1.7.25
org.xerial : sqlite-jdbc jar 3.20.1

Project Modules

There are no modules declared in this project.