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-7.2.jar download
server-http-7.2.pom download
server-http-7.2-sources.jar download
Apache Maven
<dependency>
  <groupId>io.github.osobolev.app-delivery</groupId>
  <artifactId>server-http</artifactId>
  <version>7.2</version>
</dependency>
Gradle Groovy
implementation 'io.github.osobolev.app-delivery:server-http:7.2'
Gradle Kotlin
implementation("io.github.osobolev.app-delivery:server-http:7.2")
Scala SBT
libraryDependencies += "io.github.osobolev.app-delivery" % "server-http" % "7.2"
Groovy Grape
@Grapes(
  @Grab(group='io.github.osobolev.app-delivery', module='server-http', version='7.2')
)
Apache Ivy
<dependency org="io.github.osobolev.app-delivery" name="server-http" rev="7.2" />
Leiningen
[io.github.osobolev.app-delivery/server-http "7.2"]
Apache Buildr
'io.github.osobolev.app-delivery:server-http:jar:7.2'