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