GroupId | GroupIdcom.genesys |
---|---|
ArtifactId | ArtifactIdauthentication |
Version | Version9.0.7 |
Type | Typejar |
Filename | Size |
---|---|
authentication-9.0.7.pom | |
authentication-9.0.7.jar | 104 KB |
authentication-9.0.7-sources.jar | 40 KB |
authentication-9.0.7-javadoc.jar | 145 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.genesys/authentication/ -->
<dependency>
<groupId>com.genesys</groupId>
<artifactId>authentication</artifactId>
<version>9.0.7</version>
</dependency>
// https://jarcasting.com/artifacts/com.genesys/authentication/
implementation 'com.genesys:authentication:9.0.7'
// https://jarcasting.com/artifacts/com.genesys/authentication/
implementation ("com.genesys:authentication:9.0.7")
'com.genesys:authentication:jar:9.0.7'
<dependency org="com.genesys" name="authentication" rev="9.0.7">
<artifact name="authentication" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.genesys', module='authentication', version='9.0.7')
)
libraryDependencies += "com.genesys" % "authentication" % "9.0.7"
[com.genesys/authentication "9.0.7"]