Categories |
CategoriesORM Data |
---|---|
GroupId | GroupIdcom.ganshane.lichen |
ArtifactId | ArtifactIdlichen-orm |
Version | Version0.3 |
Type | Typejar |
Filename | Size |
---|---|
lichen-orm-0.3.pom | |
lichen-orm-0.3.jar | 21 KB |
lichen-orm-0.3-sources.jar | 13 KB |
lichen-orm-0.3-javadoc.jar | 92 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.ganshane.lichen/lichen-orm/ -->
<dependency>
<groupId>com.ganshane.lichen</groupId>
<artifactId>lichen-orm</artifactId>
<version>0.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.ganshane.lichen/lichen-orm/
implementation 'com.ganshane.lichen:lichen-orm:0.3'
// https://jarcasting.com/artifacts/com.ganshane.lichen/lichen-orm/
implementation ("com.ganshane.lichen:lichen-orm:0.3")
'com.ganshane.lichen:lichen-orm:jar:0.3'
<dependency org="com.ganshane.lichen" name="lichen-orm" rev="0.3">
<artifact name="lichen-orm" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.ganshane.lichen', module='lichen-orm', version='0.3')
)
libraryDependencies += "com.ganshane.lichen" % "lichen-orm" % "0.3"
[com.ganshane.lichen/lichen-orm "0.3"]