| GroupId | GroupIdio.woong.shapedimageview |
|---|---|
| ArtifactId | ArtifactIdshapedimageview |
| Version | Version1.0.0 |
| Type | Typeaar |
| Filename | Size |
|---|---|
| shapedimageview-1.0.0.pom | |
| shapedimageview-1.0.0-sources.jar | 12 KB |
| shapedimageview-1.0.0-javadoc.jar | 261 bytes |
| Browse |
<!-- https://jarcasting.com/artifacts/io.woong.shapedimageview/shapedimageview/ -->
<dependency>
<groupId>io.woong.shapedimageview</groupId>
<artifactId>shapedimageview</artifactId>
<version>1.0.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/io.woong.shapedimageview/shapedimageview/
implementation 'io.woong.shapedimageview:shapedimageview:1.0.0'
// https://jarcasting.com/artifacts/io.woong.shapedimageview/shapedimageview/
implementation ("io.woong.shapedimageview:shapedimageview:1.0.0")
'io.woong.shapedimageview:shapedimageview:aar:1.0.0'
<dependency org="io.woong.shapedimageview" name="shapedimageview" rev="1.0.0">
<artifact name="shapedimageview" type="aar" />
</dependency>
@Grapes(
@Grab(group='io.woong.shapedimageview', module='shapedimageview', version='1.0.0')
)
libraryDependencies += "io.woong.shapedimageview" % "shapedimageview" % "1.0.0"
[io.woong.shapedimageview/shapedimageview "1.0.0"]