GroupId | GroupIdim.arena |
---|---|
ArtifactId | ArtifactIdprofile |
Version | Version1.2.0 |
Type | Typeaar |
Filename | Size |
---|---|
profile-1.2.0.pom | |
profile-1.2.0.aar | 47 KB |
profile-1.2.0-sources.jar | 553 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/im.arena/profile/ -->
<dependency>
<groupId>im.arena</groupId>
<artifactId>profile</artifactId>
<version>1.2.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/im.arena/profile/
implementation 'im.arena:profile:1.2.0'
// https://jarcasting.com/artifacts/im.arena/profile/
implementation ("im.arena:profile:1.2.0")
'im.arena:profile:aar:1.2.0'
<dependency org="im.arena" name="profile" rev="1.2.0">
<artifact name="profile" type="aar" />
</dependency>
@Grapes(
@Grab(group='im.arena', module='profile', version='1.2.0')
)
libraryDependencies += "im.arena" % "profile" % "1.2.0"
[im.arena/profile "1.2.0"]