| GroupId | GroupIdcom.cleverpine |
|---|---|
| ArtifactId | ArtifactIdauthentication |
| Version | Version0.0.2 |
| Type | Typeaar |
| Filename | Size |
|---|---|
| authentication-0.0.2.pom | |
| authentication-0.0.2-sources.jar | 2 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.cleverpine/authentication/ -->
<dependency>
<groupId>com.cleverpine</groupId>
<artifactId>authentication</artifactId>
<version>0.0.2</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.cleverpine/authentication/
implementation 'com.cleverpine:authentication:0.0.2'
// https://jarcasting.com/artifacts/com.cleverpine/authentication/
implementation ("com.cleverpine:authentication:0.0.2")
'com.cleverpine:authentication:aar:0.0.2'
<dependency org="com.cleverpine" name="authentication" rev="0.0.2">
<artifact name="authentication" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.cleverpine', module='authentication', version='0.0.2')
)
libraryDependencies += "com.cleverpine" % "authentication" % "0.0.2"
[com.cleverpine/authentication "0.0.2"]