| GroupId | GroupIdio.syrf |
|---|---|
| ArtifactId | ArtifactIdsyrf-authentication |
| Version | Version1.0.1 |
| Type | Typeaar |
| Filename | Size |
|---|---|
| syrf-authentication-1.0.1.pom | |
| syrf-authentication-1.0.1-sources.jar | 787 bytes |
| Browse |
<!-- https://jarcasting.com/artifacts/io.syrf/syrf-authentication/ -->
<dependency>
<groupId>io.syrf</groupId>
<artifactId>syrf-authentication</artifactId>
<version>1.0.1</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/io.syrf/syrf-authentication/
implementation 'io.syrf:syrf-authentication:1.0.1'
// https://jarcasting.com/artifacts/io.syrf/syrf-authentication/
implementation ("io.syrf:syrf-authentication:1.0.1")
'io.syrf:syrf-authentication:aar:1.0.1'
<dependency org="io.syrf" name="syrf-authentication" rev="1.0.1">
<artifact name="syrf-authentication" type="aar" />
</dependency>
@Grapes(
@Grab(group='io.syrf', module='syrf-authentication', version='1.0.1')
)
libraryDependencies += "io.syrf" % "syrf-authentication" % "1.0.1"
[io.syrf/syrf-authentication "1.0.1"]