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