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