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