License |
License |
---|---|
GroupId | GroupIdcom.qmetric |
ArtifactId | ArtifactIdspark-authentication |
Last Version | Last Version1.4 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionSpark authentication library
Java library providing authentication for Spark
|
Project URL |
Project URL |
Filename | Size |
---|---|
spark-authentication-1.4.pom | |
spark-authentication-1.4.jar | 4 KB |
spark-authentication-1.4-sources.jar | 1 KB |
spark-authentication-1.4-javadoc.jar | 40 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.qmetric/spark-authentication/ -->
<dependency>
<groupId>com.qmetric</groupId>
<artifactId>spark-authentication</artifactId>
<version>1.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.qmetric/spark-authentication/
implementation 'com.qmetric:spark-authentication:1.4'
// https://jarcasting.com/artifacts/com.qmetric/spark-authentication/
implementation ("com.qmetric:spark-authentication:1.4")
'com.qmetric:spark-authentication:jar:1.4'
<dependency org="com.qmetric" name="spark-authentication" rev="1.4">
<artifact name="spark-authentication" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.qmetric', module='spark-authentication', version='1.4')
)
libraryDependencies += "com.qmetric" % "spark-authentication" % "1.4"
[com.qmetric/spark-authentication "1.4"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.commons : commons-lang3 | jar | 3.4 |
commons-codec : commons-codec | jar | 1.10 |
Group / Artifact | Type | Version |
---|---|---|
com.sparkjava : spark-core | jar | 2.5.5 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |
org.hamcrest : hamcrest-all | jar | 1.3 |
org.mockito : mockito-all | jar | 1.10.19 |