文件下载
文件名 操作
h4sm-auth_2.12-0.1.0.1.jar 下载
h4sm-auth_2.12-0.1.0.1.pom 下载
h4sm-auth_2.12-0.1.0.1-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.clovellytech</groupId>
  <artifactId>h4sm-auth_2.12</artifactId>
  <version>0.1.0.1</version>
</dependency>
Gradle Groovy
implementation 'com.clovellytech:h4sm-auth_2.12:0.1.0.1'
Gradle Kotlin
implementation("com.clovellytech:h4sm-auth_2.12:0.1.0.1")
Scala SBT
libraryDependencies += "com.clovellytech" % "h4sm-auth_2.12" % "0.1.0.1"
Groovy Grape
@Grapes(
  @Grab(group='com.clovellytech', module='h4sm-auth_2.12', version='0.1.0.1')
)
Apache Ivy
<dependency org="com.clovellytech" name="h4sm-auth_2.12" rev="0.1.0.1" />
Leiningen
[com.clovellytech/h4sm-auth_2.12 "0.1.0.1"]
Apache Buildr
'com.clovellytech:h4sm-auth_2.12:jar:0.1.0.1'
本项目依赖

compile

|-- org.scala-lang:scala-library:2.12.12

|-- com.clovellytech:h4sm-db_2.12:0.1.0.1

|-- com.clovellytech:h4sm-auth-comm_2.12:0.1.0.1

|-- org.typelevel:cats-core_2.12:2.1.1

|-- org.typelevel:cats-effect_2.12:2.2.0

|-- org.typelevel:cats-mtl-core_2.12:0.7.1

|-- org.apache.commons:commons-lang3:3.11

|-- ch.qos.logback:logback-classic:1.2.3

|-- org.codehaus.janino:janino:3.1.2

|-- org.typelevel:simulacrum_2.12:1.0.0

|-- io.circe:circe-core_2.12:0.13.0

|-- io.circe:circe-generic_2.12:0.13.0

|-- io.circe:circe-parser_2.12:0.13.0

|-- io.circe:circe-config_2.12:0.8.0

|-- com.clovellytech:tsec-common_2.12:0.2.1-ct-2

|-- com.clovellytech:tsec-password_2.12:0.2.1-ct-2

|-- com.clovellytech:tsec-cipher-jca_2.12:0.2.1-ct-2

|-- com.clovellytech:tsec-mac_2.12:0.2.1-ct-2

|-- com.clovellytech:tsec-signatures_2.12:0.2.1-ct-2

|-- com.clovellytech:tsec-hash-jca_2.12:0.2.1-ct-2

|-- com.clovellytech:tsec-jwt-mac_2.12:0.2.1-ct-2

|-- com.clovellytech:tsec-jwt-sig_2.12:0.2.1-ct-2

|-- com.clovellytech:tsec-http4s_2.12:0.2.1-ct-2

|-- org.flywaydb:flyway-core:7.0.4

|-- org.postgresql:postgresql:42.2.18

|-- org.tpolecat:doobie-core_2.12:0.9.2

|-- org.tpolecat:doobie-postgres_2.12:0.9.2

|-- org.tpolecat:doobie-hikari_2.12:0.9.2

|-- org.http4s:http4s-server_2.12:0.21.8

|-- org.http4s:http4s-blaze-server_2.12:0.21.8

|-- org.http4s:http4s-blaze-client_2.12:0.21.8

|-- org.http4s:http4s-circe_2.12:0.21.8

|-- org.http4s:http4s-dsl_2.12:0.21.8

test

|-- com.clovellytech:h4sm-testutil-db_2.12:0.1.0.1

|-- com.clovellytech:h4sm-testutil-common_2.12:0.1.0.1

|-- org.scalatest:scalatest_2.12:3.2.2

|-- org.scalatestplus:scalacheck-1-14_2.12:3.2.2.0

|-- org.tpolecat:doobie-scalatest_2.12:0.9.2

|-- org.scalacheck:scalacheck_2.12:1.15.0-e5dc7d1-SNAPSHOT

|-- com.clovellytech:cats-scalacheck_2.12:0.2.0.1