c

coffee-module-totp

文件下载
文件名 操作
coffee-module-totp-2.7.0.jar 下载
coffee-module-totp-2.7.0.pom 下载
coffee-module-totp-2.7.0-sources.jar 下载
Apache Maven
<dependency>
  <groupId>hu.icellmobilsoft.coffee</groupId>
  <artifactId>coffee-module-totp</artifactId>
  <version>2.7.0</version>
</dependency>
Gradle Groovy
implementation 'hu.icellmobilsoft.coffee:coffee-module-totp:2.7.0'
Gradle Kotlin
implementation("hu.icellmobilsoft.coffee:coffee-module-totp:2.7.0")
Scala SBT
libraryDependencies += "hu.icellmobilsoft.coffee" % "coffee-module-totp" % "2.7.0"
Groovy Grape
@Grapes(
  @Grab(group='hu.icellmobilsoft.coffee', module='coffee-module-totp', version='2.7.0')
)
Apache Ivy
<dependency org="hu.icellmobilsoft.coffee" name="coffee-module-totp" rev="2.7.0" />
Leiningen
[hu.icellmobilsoft.coffee/coffee-module-totp "2.7.0"]
Apache Buildr
'hu.icellmobilsoft.coffee:coffee-module-totp:jar:2.7.0'