| GroupId | GroupIdorg.sourceprojects.lycia |
|---|---|
| ArtifactId | ArtifactIdlycia-legacy |
| Version | Version1.9.8 |
| Type | Typejar |
| Filename | Size |
|---|---|
| lycia-legacy-1.9.8.pom | |
| lycia-legacy-1.9.8.jar | 294 KB |
| lycia-legacy-1.9.8-sources.jar | 44 KB |
| lycia-legacy-1.9.8-javadoc.jar | 103 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.sourceprojects.lycia/lycia-legacy/ -->
<dependency>
<groupId>org.sourceprojects.lycia</groupId>
<artifactId>lycia-legacy</artifactId>
<version>1.9.8</version>
</dependency>
// https://jarcasting.com/artifacts/org.sourceprojects.lycia/lycia-legacy/
implementation 'org.sourceprojects.lycia:lycia-legacy:1.9.8'
// https://jarcasting.com/artifacts/org.sourceprojects.lycia/lycia-legacy/
implementation ("org.sourceprojects.lycia:lycia-legacy:1.9.8")
'org.sourceprojects.lycia:lycia-legacy:jar:1.9.8'
<dependency org="org.sourceprojects.lycia" name="lycia-legacy" rev="1.9.8">
<artifact name="lycia-legacy" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.sourceprojects.lycia', module='lycia-legacy', version='1.9.8')
)
libraryDependencies += "org.sourceprojects.lycia" % "lycia-legacy" % "1.9.8"
[org.sourceprojects.lycia/lycia-legacy "1.9.8"]