s

server-http

Framework for delivering desktop application updates
https://github.com/osobolev/app-delivery
The Apache License, Version 2.0
Oleg Sobolev
Files download
File Operation
server-http-6.4.jar download
server-http-6.4.pom download
server-http-6.4-sources.jar download
Apache Maven
<dependency>
  <groupId>io.github.osobolev.app-delivery</groupId>
  <artifactId>server-http</artifactId>
  <version>6.4</version>
</dependency>
Gradle Groovy
implementation 'io.github.osobolev.app-delivery:server-http:6.4'
Gradle Kotlin
implementation("io.github.osobolev.app-delivery:server-http:6.4")
Scala SBT
libraryDependencies += "io.github.osobolev.app-delivery" % "server-http" % "6.4"
Groovy Grape
@Grapes(
  @Grab(group='io.github.osobolev.app-delivery', module='server-http', version='6.4')
)
Apache Ivy
<dependency org="io.github.osobolev.app-delivery" name="server-http" rev="6.4" />
Leiningen
[io.github.osobolev.app-delivery/server-http "6.4"]
Apache Buildr
'io.github.osobolev.app-delivery:server-http:jar:6.4'