| Categories |
CategoriesAnt Build Tools |
|---|---|
| GroupId | GroupIdcom.yahoo.vespa |
| ArtifactId | ArtifactIdtenant-auth |
| Version | Version7.242.24 |
| Type | Typejar |
| Filename | Size |
|---|---|
| tenant-auth-7.242.24.pom | |
| tenant-auth-7.242.24.jar | 5 KB |
| tenant-auth-7.242.24-sources.jar | 4 KB |
| tenant-auth-7.242.24-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.242.24</version>
</dependency>
// https://jarcasting.com/artifacts/com.yahoo.vespa/tenant-auth/
implementation 'com.yahoo.vespa:tenant-auth:7.242.24'
// https://jarcasting.com/artifacts/com.yahoo.vespa/tenant-auth/
implementation ("com.yahoo.vespa:tenant-auth:7.242.24")
'com.yahoo.vespa:tenant-auth:jar:7.242.24'
<dependency org="com.yahoo.vespa" name="tenant-auth" rev="7.242.24">
<artifact name="tenant-auth" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.yahoo.vespa', module='tenant-auth', version='7.242.24')
)
libraryDependencies += "com.yahoo.vespa" % "tenant-auth" % "7.242.24"
[com.yahoo.vespa/tenant-auth "7.242.24"]