| License | License | 
|---|---|
| Categories | CategoriesScala Languages | 
| GroupId | GroupIdorg.scalatra | 
| ArtifactId | ArtifactIdscalatra-auth | 
| Last Version | Last Version2.2.0 | 
| Release Date | Release Date | 
| Type | Typejar | 
| Description | Descriptionscalatra-auth Scalatra authentication module | 
| Project URL | Project URL | 
| Project Organization | Project Organization | 
| Source Code Management | Source Code Management | 
| Filename | Size | 
|---|---|
| scalatra-auth-2.2.0.pom | |
| scalatra-auth-2.2.0.jar | 79 KB | 
| scalatra-auth-2.2.0-sources.jar | 6 KB | 
| scalatra-auth-2.2.0-javadoc.jar | 284 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/org.scalatra/scalatra-auth/ -->
<dependency>
    <groupId>org.scalatra</groupId>
    <artifactId>scalatra-auth</artifactId>
    <version>2.2.0</version>
</dependency>// https://jarcasting.com/artifacts/org.scalatra/scalatra-auth/
implementation 'org.scalatra:scalatra-auth:2.2.0'// https://jarcasting.com/artifacts/org.scalatra/scalatra-auth/
implementation ("org.scalatra:scalatra-auth:2.2.0")'org.scalatra:scalatra-auth:jar:2.2.0'<dependency org="org.scalatra" name="scalatra-auth" rev="2.2.0">
  <artifact name="scalatra-auth" type="jar" />
</dependency>@Grapes(
@Grab(group='org.scalatra', module='scalatra-auth', version='2.2.0')
)libraryDependencies += "org.scalatra" % "scalatra-auth" % "2.2.0"[org.scalatra/scalatra-auth "2.2.0"]| Group / Artifact | Type | Version | 
|---|---|---|
| org.scalatra : scalatra | jar | 2.2.0 | 
| org.scalatra : scalatra-commands | jar | 2.2.0 | 
| org.scala-lang : scala-library | jar | 2.9.2 | 
| net.iharder : base64 | jar | 2.3.8 |