| GroupId | GroupIdcom.ganshane.lichen |
|---|---|
| ArtifactId | ArtifactIdlichen-core |
| Version | Version0.5.9 |
| Type | Typejar |
| Filename | Size |
|---|---|
| lichen-core-0.5.9.pom | |
| lichen-core-0.5.9.jar | 25 KB |
| lichen-core-0.5.9-sources.jar | 26 KB |
| lichen-core-0.5.9-javadoc.jar | 136 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.ganshane.lichen/lichen-core/ -->
<dependency>
<groupId>com.ganshane.lichen</groupId>
<artifactId>lichen-core</artifactId>
<version>0.5.9</version>
</dependency>
// https://jarcasting.com/artifacts/com.ganshane.lichen/lichen-core/
implementation 'com.ganshane.lichen:lichen-core:0.5.9'
// https://jarcasting.com/artifacts/com.ganshane.lichen/lichen-core/
implementation ("com.ganshane.lichen:lichen-core:0.5.9")
'com.ganshane.lichen:lichen-core:jar:0.5.9'
<dependency org="com.ganshane.lichen" name="lichen-core" rev="0.5.9">
<artifact name="lichen-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.ganshane.lichen', module='lichen-core', version='0.5.9')
)
libraryDependencies += "com.ganshane.lichen" % "lichen-core" % "0.5.9"
[com.ganshane.lichen/lichen-core "0.5.9"]