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