p

pollitely-lib

This is a library providing a light-weight approach for executing long-running tasks as simple HTTP request, making them not to incur in HTTP time-out. In other words, given web applications that run task such as batch processes, politelly can support making those tasks taking longer that usual HTTP timeout (typically few minutes). Reference tech stack is Kotlin / Ktor.
https://github.com/GuccioGucci/pollitely
GNU Lesser General Public License v3.0
Guccio Gucci
Files download
File Operation
pollitely-lib-0.1.6.jar download
pollitely-lib-0.1.6.pom download
pollitely-lib-0.1.6-sources.jar download
Apache Maven
<dependency>
  <groupId>com.gucci</groupId>
  <artifactId>pollitely-lib</artifactId>
  <version>0.1.6</version>
</dependency>
Gradle Groovy
implementation 'com.gucci:pollitely-lib:0.1.6'
Gradle Kotlin
implementation("com.gucci:pollitely-lib:0.1.6")
Scala SBT
libraryDependencies += "com.gucci" % "pollitely-lib" % "0.1.6"
Groovy Grape
@Grapes(
  @Grab(group='com.gucci', module='pollitely-lib', version='0.1.6')
)
Apache Ivy
<dependency org="com.gucci" name="pollitely-lib" rev="0.1.6" />
Leiningen
[com.gucci/pollitely-lib "0.1.6"]
Apache Buildr
'com.gucci:pollitely-lib:jar:0.1.6'