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