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