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