potato-orm

Simple ORM For Java

License

License

Categories

Categories

ORM Data
GroupId

GroupId

com.github.lihengming
ArtifactId

ArtifactId

potato-orm
Last Version

Last Version

1.1
Release Date

Release Date

Type

Type

jar
Description

Description

potato-orm
Simple ORM For Java
Project URL

Project URL

https://github.com/lihengming/potato-orm
Source Code Management

Source Code Management

https://github.com/lihengming/potato-orm

Download potato-orm

How to add to project

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

Dependencies

compile (3)

Group / Artifact Type Version
org.hibernate.javax.persistence : hibernate-jpa-2.0-api jar 1.0.1.Final
commons-beanutils : commons-beanutils jar 1.9.2
org.slf4j : slf4j-api jar 1.7.18

test (2)

Group / Artifact Type Version
mysql : mysql-connector-java jar 5.1.38
junit : junit jar 4.12

Project Modules

There are no modules declared in this project.

Versions

Version
1.1
1.0