GroupId | GroupIdme.proton.core |
---|---|
ArtifactId | ArtifactIduser |
Version | Version5.2.1 |
Type | Typeaar |
Filename | Size |
---|---|
user-5.2.1.pom | |
user-5.2.1-sources.jar | 261 bytes |
user-5.2.1-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.1</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/me.proton.core/user/
implementation 'me.proton.core:user:5.2.1'
// https://jarcasting.com/artifacts/me.proton.core/user/
implementation ("me.proton.core:user:5.2.1")
'me.proton.core:user:aar:5.2.1'
<dependency org="me.proton.core" name="user" rev="5.2.1">
<artifact name="user" type="aar" />
</dependency>
@Grapes(
@Grab(group='me.proton.core', module='user', version='5.2.1')
)
libraryDependencies += "me.proton.core" % "user" % "5.2.1"
[me.proton.core/user "5.2.1"]