is not current version
Last Version 1.1

com.github.lihengming:potato-orm 1.0

Simple ORM For Java

Categories

Categories

ORM Data
GroupId

GroupId

com.github.lihengming
ArtifactId

ArtifactId

potato-orm
Version

Version

1.0
Type

Type

jar

Download potato-orm 1.0


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