w

wisp-lease

a module containing lease related code
https://github.com/cashapp/wisp/
The Apache Software License, Version 2.0
Square, Inc.
Files download
File Operation
wisp-lease-1.0.7.jar download
wisp-lease-1.0.7.pom download
wisp-lease-1.0.7-sources.jar download
Apache Maven
<dependency>
  <groupId>app.cash.wisp</groupId>
  <artifactId>wisp-lease</artifactId>
  <version>1.0.7</version>
</dependency>
Gradle Groovy
implementation 'app.cash.wisp:wisp-lease:1.0.7'
Gradle Kotlin
implementation("app.cash.wisp:wisp-lease:1.0.7")
Scala SBT
libraryDependencies += "app.cash.wisp" % "wisp-lease" % "1.0.7"
Groovy Grape
@Grapes(
  @Grab(group='app.cash.wisp', module='wisp-lease', version='1.0.7')
)
Apache Ivy
<dependency org="app.cash.wisp" name="wisp-lease" rev="1.0.7" />
Leiningen
[app.cash.wisp/wisp-lease "1.0.7"]
Apache Buildr
'app.cash.wisp:wisp-lease:jar:1.0.7'