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