w

wisp-token

Token generation for universally unique ID
https://github.com/cashapp/misk/
The Apache Software License, Version 2.0
Square, Inc.
文件下载
文件名 操作
wisp-token-2024.03.22.141512-484d57b.jar 下载
wisp-token-2024.03.22.141512-484d57b.pom 下载
wisp-token-2024.03.22.141512-484d57b-sources.jar 下载
Apache Maven
<dependency>
  <groupId>app.cash.wisp</groupId>
  <artifactId>wisp-token</artifactId>
  <version>2024.03.22.141512-484d57b</version>
</dependency>
Gradle Groovy
implementation 'app.cash.wisp:wisp-token:2024.03.22.141512-484d57b'
Gradle Kotlin
implementation("app.cash.wisp:wisp-token:2024.03.22.141512-484d57b")
Scala SBT
libraryDependencies += "app.cash.wisp" % "wisp-token" % "2024.03.22.141512-484d57b"
Groovy Grape
@Grapes(
  @Grab(group='app.cash.wisp', module='wisp-token', version='2024.03.22.141512-484d57b')
)
Apache Ivy
<dependency org="app.cash.wisp" name="wisp-token" rev="2024.03.22.141512-484d57b" />
Leiningen
[app.cash.wisp/wisp-token "2024.03.22.141512-484d57b"]
Apache Buildr
'app.cash.wisp:wisp-token:jar:2024.03.22.141512-484d57b'