GroupId | GroupIdcom.github.ksoichiro |
---|---|
ArtifactId | ArtifactIdandroidpagecontrol |
Version | Version0.1.0 |
Type | Typeaar |
Filename | Size |
---|---|
androidpagecontrol-0.1.0.pom | |
androidpagecontrol-0.1.0.aar | 11 KB |
androidpagecontrol-0.1.0-sources.jar | 471 bytes |
androidpagecontrol-0.1.0-javadoc.jar | 472 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.ksoichiro/androidpagecontrol/ -->
<dependency>
<groupId>com.github.ksoichiro</groupId>
<artifactId>androidpagecontrol</artifactId>
<version>0.1.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.ksoichiro/androidpagecontrol/
implementation 'com.github.ksoichiro:androidpagecontrol:0.1.0'
// https://jarcasting.com/artifacts/com.github.ksoichiro/androidpagecontrol/
implementation ("com.github.ksoichiro:androidpagecontrol:0.1.0")
'com.github.ksoichiro:androidpagecontrol:aar:0.1.0'
<dependency org="com.github.ksoichiro" name="androidpagecontrol" rev="0.1.0">
<artifact name="androidpagecontrol" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.github.ksoichiro', module='androidpagecontrol', version='0.1.0')
)
libraryDependencies += "com.github.ksoichiro" % "androidpagecontrol" % "0.1.0"
[com.github.ksoichiro/androidpagecontrol "0.1.0"]