| License |
License |
|---|---|
| Categories |
CategoriesORM Data |
| GroupId | GroupIdcom.github.lihengming |
| ArtifactId | ArtifactIdpotato-orm |
| Last Version | Last Version1.1 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionpotato-orm
Simple ORM For Java
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| potato-orm-1.1.pom | |
| potato-orm-1.1.jar | 19 KB |
| potato-orm-1.1-sources.jar | 11 KB |
| potato-orm-1.1-javadoc.jar | 87 KB |
| Browse |
<!-- 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"]
| 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 |
| Group / Artifact | Type | Version |
|---|---|---|
| mysql : mysql-connector-java | jar | 5.1.38 |
| junit : junit | jar | 4.12 |