| License |
License |
|---|---|
| GroupId | GroupIdcom.ganshane.lichen |
| ArtifactId | ArtifactIdlichen-core |
| Last Version | Last Version0.5.10.2 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionLichen Core
核心模块定义了一些常用的基础类,和基础方法供各个模块共享.
|
| Project Organization |
Project OrganizationLichen Developer Team |
| Filename | Size |
|---|---|
| lichen-core-0.5.10.2.pom | |
| lichen-core-0.5.10.2.jar | 25 KB |
| lichen-core-0.5.10.2-sources.jar | 26 KB |
| lichen-core-0.5.10.2-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.10.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.ganshane.lichen/lichen-core/
implementation 'com.ganshane.lichen:lichen-core:0.5.10.2'
// https://jarcasting.com/artifacts/com.ganshane.lichen/lichen-core/
implementation ("com.ganshane.lichen:lichen-core:0.5.10.2")
'com.ganshane.lichen:lichen-core:jar:0.5.10.2'
<dependency org="com.ganshane.lichen" name="lichen-core" rev="0.5.10.2">
<artifact name="lichen-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.ganshane.lichen', module='lichen-core', version='0.5.10.2')
)
libraryDependencies += "com.ganshane.lichen" % "lichen-core" % "0.5.10.2"
[com.ganshane.lichen/lichen-core "0.5.10.2"]
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.8.2 |