GroupId | GroupIdcom.github.pavlospt |
---|---|
ArtifactId | ArtifactIdcircleview |
Version | Version1.2 |
Type | Typeaar |
Filename | Size |
---|---|
circleview-1.2.pom | |
circleview-1.2.aar | 5 KB |
circleview-1.2-sources.jar | 261 bytes |
circleview-1.2-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.pavlospt/circleview/ -->
<dependency>
<groupId>com.github.pavlospt</groupId>
<artifactId>circleview</artifactId>
<version>1.2</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.pavlospt/circleview/
implementation 'com.github.pavlospt:circleview:1.2'
// https://jarcasting.com/artifacts/com.github.pavlospt/circleview/
implementation ("com.github.pavlospt:circleview:1.2")
'com.github.pavlospt:circleview:aar:1.2'
<dependency org="com.github.pavlospt" name="circleview" rev="1.2">
<artifact name="circleview" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.github.pavlospt', module='circleview', version='1.2')
)
libraryDependencies += "com.github.pavlospt" % "circleview" % "1.2"
[com.github.pavlospt/circleview "1.2"]