GroupId | GroupIdcom.mikhaellopez |
---|---|
ArtifactId | ArtifactIdCircularImageView-Library |
Version | Version2.0.0 |
Type | Typeaar |
<!-- https://jarcasting.com/artifacts/com.mikhaellopez/CircularImageView-Library/ -->
<dependency>
<groupId>com.mikhaellopez</groupId>
<artifactId>CircularImageView-Library</artifactId>
<version>2.0.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.mikhaellopez/CircularImageView-Library/
implementation 'com.mikhaellopez:CircularImageView-Library:2.0.0'
// https://jarcasting.com/artifacts/com.mikhaellopez/CircularImageView-Library/
implementation ("com.mikhaellopez:CircularImageView-Library:2.0.0")
'com.mikhaellopez:CircularImageView-Library:aar:2.0.0'
<dependency org="com.mikhaellopez" name="CircularImageView-Library" rev="2.0.0">
<artifact name="CircularImageView-Library" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.mikhaellopez', module='CircularImageView-Library', version='2.0.0')
)
libraryDependencies += "com.mikhaellopez" % "CircularImageView-Library" % "2.0.0"
[com.mikhaellopez/CircularImageView-Library "2.0.0"]