License |
License
MIT License
|
---|---|
Categories |
CategoriesORM Data |
GroupId | GroupIdcom.akolov |
ArtifactId | ArtifactIddoorman_2.13 |
Version | Version0.4.0 |
Type | Typejar |
Description |
Descriptiondoorman
Oauth2 authentication and user session middleware for http4s
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
doorman_2.13-0.4.0.pom | |
doorman_2.13-0.4.0.jar | 56 KB |
doorman_2.13-0.4.0-sources.jar | 3 KB |
doorman_2.13-0.4.0-javadoc.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/com.akolov/doorman_2.13/ -->
<dependency>
<groupId>com.akolov</groupId>
<artifactId>doorman_2.13</artifactId>
<version>0.4.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.akolov/doorman_2.13/
implementation 'com.akolov:doorman_2.13:0.4.0'
// https://jarcasting.com/artifacts/com.akolov/doorman_2.13/
implementation ("com.akolov:doorman_2.13:0.4.0")
'com.akolov:doorman_2.13:jar:0.4.0'
<dependency org="com.akolov" name="doorman_2.13" rev="0.4.0">
<artifact name="doorman_2.13" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.akolov', module='doorman_2.13', version='0.4.0')
)
libraryDependencies += "com.akolov" % "doorman_2.13" % "0.4.0"
[com.akolov/doorman_2.13 "0.4.0"]
Group / Artifact | Type | Version |
---|---|---|
org.scala-lang : scala-library | jar | 2.13.0 |
com.typesafe.scala-logging : scala-logging_2.13 | jar | 3.9.2 |
org.http4s : http4s-blaze-server_2.13 | jar | 0.21.0-M6 |
org.http4s : http4s-blaze-client_2.13 | jar | 0.21.0-M6 |
org.http4s : http4s-circe_2.13 | jar | 0.21.0-M6 |
org.http4s : http4s-dsl_2.13 | jar | 0.21.0-M6 |
io.circe : circe-generic_2.13 | jar | 0.12.3 |
io.circe : circe-parser_2.13 | jar | 0.12.3 |
Group / Artifact | Type | Version |
---|---|---|
org.specs2 : specs2-core_2.13 | jar | 4.7.1 |
org.specs2 : specs2-mock_2.13 | jar | 4.7.1 |
com.codecommit : cats-effect-testing-specs2_2.13 | jar | 0.3.0 |