License |
License |
---|---|
Categories |
CategoriesAnt Build Tools |
GroupId | GroupIdcom.yahoo.vespa |
ArtifactId | ArtifactIdtenant-auth |
Last Version | Last Version7.244.2 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionProvides resources for authenticating with the hosted Vespa API or application containers
|
Filename | Size |
---|---|
tenant-auth-7.244.2.pom | |
tenant-auth-7.244.2.jar | 5 KB |
tenant-auth-7.244.2-sources.jar | 4 KB |
tenant-auth-7.244.2-javadoc.jar | 398 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.yahoo.vespa/tenant-auth/ -->
<dependency>
<groupId>com.yahoo.vespa</groupId>
<artifactId>tenant-auth</artifactId>
<version>7.244.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.yahoo.vespa/tenant-auth/
implementation 'com.yahoo.vespa:tenant-auth:7.244.2'
// https://jarcasting.com/artifacts/com.yahoo.vespa/tenant-auth/
implementation ("com.yahoo.vespa:tenant-auth:7.244.2")
'com.yahoo.vespa:tenant-auth:jar:7.244.2'
<dependency org="com.yahoo.vespa" name="tenant-auth" rev="7.244.2">
<artifact name="tenant-auth" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.yahoo.vespa', module='tenant-auth', version='7.244.2')
)
libraryDependencies += "com.yahoo.vespa" % "tenant-auth" % "7.244.2"
[com.yahoo.vespa/tenant-auth "7.244.2"]
Group / Artifact | Type | Version |
---|---|---|
com.yahoo.vespa : hosted-api | jar | 7.244.2 |
com.yahoo.vespa : config-provisioning | jar | 7.244.2 |
com.yahoo.vespa : security-utils | jar | 7.244.2 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |