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