Files download
File Operation
serval-legacy_3-0.5.0.jar download
serval-legacy_3-0.5.0.pom download
serval-legacy_3-0.5.0-sources.jar download
Apache Maven
<dependency>
  <groupId>io.github.sakulk</groupId>
  <artifactId>serval-legacy_3</artifactId>
  <version>0.5.0</version>
</dependency>
Gradle Groovy
implementation 'io.github.sakulk:serval-legacy_3:0.5.0'
Gradle Kotlin
implementation("io.github.sakulk:serval-legacy_3:0.5.0")
Scala SBT
libraryDependencies += "io.github.sakulk" % "serval-legacy_3" % "0.5.0"
Groovy Grape
@Grapes(
  @Grab(group='io.github.sakulk', module='serval-legacy_3', version='0.5.0')
)
Apache Ivy
<dependency org="io.github.sakulk" name="serval-legacy_3" rev="0.5.0" />
Leiningen
[io.github.sakulk/serval-legacy_3 "0.5.0"]
Apache Buildr
'io.github.sakulk:serval-legacy_3:jar:0.5.0'