GroupId | GroupIdme.proton.core |
---|---|
ArtifactId | ArtifactIduser |
Version | Version5.2.2 |
Type | Typeaar |
Filename | Size |
---|---|
user-5.2.2.pom | |
user-5.2.2-sources.jar | 261 bytes |
user-5.2.2-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/me.proton.core/user/ -->
<dependency>
<groupId>me.proton.core</groupId>
<artifactId>user</artifactId>
<version>5.2.2</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/me.proton.core/user/
implementation 'me.proton.core:user:5.2.2'
// https://jarcasting.com/artifacts/me.proton.core/user/
implementation ("me.proton.core:user:5.2.2")
'me.proton.core:user:aar:5.2.2'
<dependency org="me.proton.core" name="user" rev="5.2.2">
<artifact name="user" type="aar" />
</dependency>
@Grapes(
@Grab(group='me.proton.core', module='user', version='5.2.2')
)
libraryDependencies += "me.proton.core" % "user" % "5.2.2"
[me.proton.core/user "5.2.2"]