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