GroupId | GroupIdcom.genesys |
---|---|
ArtifactId | ArtifactIdauthorization |
Version | Version1.0.76 |
Type | Typejar |
Filename | Size |
---|---|
authorization-1.0.76.pom | |
authorization-1.0.76.jar | 82 KB |
authorization-1.0.76-sources.jar | 38 KB |
authorization-1.0.76-javadoc.jar | 126 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.genesys/authorization/ -->
<dependency>
<groupId>com.genesys</groupId>
<artifactId>authorization</artifactId>
<version>1.0.76</version>
</dependency>
// https://jarcasting.com/artifacts/com.genesys/authorization/
implementation 'com.genesys:authorization:1.0.76'
// https://jarcasting.com/artifacts/com.genesys/authorization/
implementation ("com.genesys:authorization:1.0.76")
'com.genesys:authorization:jar:1.0.76'
<dependency org="com.genesys" name="authorization" rev="1.0.76">
<artifact name="authorization" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.genesys', module='authorization', version='1.0.76')
)
libraryDependencies += "com.genesys" % "authorization" % "1.0.76"
[com.genesys/authorization "1.0.76"]