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