| Categories | CategoriesIDE Development Tools | 
|---|---|
| GroupId | GroupIdcom.yahoo.athenz | 
| ArtifactId | ArtifactIdathenz-instance-provider | 
| Version | Version1.11.0-alpha2 | 
| Type | Typejar | 
<!-- https://jarcasting.com/artifacts/com.yahoo.athenz/athenz-instance-provider/ -->
<dependency>
    <groupId>com.yahoo.athenz</groupId>
    <artifactId>athenz-instance-provider</artifactId>
    <version>1.11.0-alpha2</version>
</dependency>// https://jarcasting.com/artifacts/com.yahoo.athenz/athenz-instance-provider/
implementation 'com.yahoo.athenz:athenz-instance-provider:1.11.0-alpha2'// https://jarcasting.com/artifacts/com.yahoo.athenz/athenz-instance-provider/
implementation ("com.yahoo.athenz:athenz-instance-provider:1.11.0-alpha2")'com.yahoo.athenz:athenz-instance-provider:jar:1.11.0-alpha2'<dependency org="com.yahoo.athenz" name="athenz-instance-provider" rev="1.11.0-alpha2">
  <artifact name="athenz-instance-provider" type="jar" />
</dependency>@Grapes(
@Grab(group='com.yahoo.athenz', module='athenz-instance-provider', version='1.11.0-alpha2')
)libraryDependencies += "com.yahoo.athenz" % "athenz-instance-provider" % "1.11.0-alpha2"[com.yahoo.athenz/athenz-instance-provider "1.11.0-alpha2"]