| License |
License |
|---|---|
| GroupId | GroupIdio.github.bluesofy |
| ArtifactId | ArtifactIdavatarview |
| Version | Version2.0 |
| Type | Typeaar |
| Description |
Descriptionavatarview
Multiple Avatar Shown View
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| avatarview-2.0.pom | |
| avatarview-2.0-sources.jar | 28 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.github.bluesofy/avatarview/ -->
<dependency>
<groupId>io.github.bluesofy</groupId>
<artifactId>avatarview</artifactId>
<version>2.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.bluesofy/avatarview/
implementation 'io.github.bluesofy:avatarview:2.0'
// https://jarcasting.com/artifacts/io.github.bluesofy/avatarview/
implementation ("io.github.bluesofy:avatarview:2.0")
'io.github.bluesofy:avatarview:aar:2.0'
<dependency org="io.github.bluesofy" name="avatarview" rev="2.0">
<artifact name="avatarview" type="aar" />
</dependency>
@Grapes(
@Grab(group='io.github.bluesofy', module='avatarview', version='2.0')
)
libraryDependencies += "io.github.bluesofy" % "avatarview" % "2.0"
[io.github.bluesofy/avatarview "2.0"]