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