GroupId | GroupIdcom.yahoo.athenz |
---|---|
ArtifactId | ArtifactIdathenz-cert-refresher |
Version | Version1.10.26 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.yahoo.athenz/athenz-cert-refresher/ -->
<dependency>
<groupId>com.yahoo.athenz</groupId>
<artifactId>athenz-cert-refresher</artifactId>
<version>1.10.26</version>
</dependency>
// https://jarcasting.com/artifacts/com.yahoo.athenz/athenz-cert-refresher/
implementation 'com.yahoo.athenz:athenz-cert-refresher:1.10.26'
// https://jarcasting.com/artifacts/com.yahoo.athenz/athenz-cert-refresher/
implementation ("com.yahoo.athenz:athenz-cert-refresher:1.10.26")
'com.yahoo.athenz:athenz-cert-refresher:jar:1.10.26'
<dependency org="com.yahoo.athenz" name="athenz-cert-refresher" rev="1.10.26">
<artifact name="athenz-cert-refresher" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.yahoo.athenz', module='athenz-cert-refresher', version='1.10.26')
)
libraryDependencies += "com.yahoo.athenz" % "athenz-cert-refresher" % "1.10.26"
[com.yahoo.athenz/athenz-cert-refresher "1.10.26"]