Categories |
CategoriesORM Data |
---|---|
GroupId | GroupIdcom.github.lihengming |
ArtifactId | ArtifactIdpotato-orm |
Version | Version1.0 |
Type | Typejar |
Filename | Size |
---|---|
potato-orm-1.0.pom | |
potato-orm-1.0.jar | 18 KB |
potato-orm-1.0-sources.jar | 10 KB |
potato-orm-1.0-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.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"]