| GroupId | GroupIdcom.github.globocom |
|---|---|
| ArtifactId | ArtifactIdviewport-mobile |
| Version | Version1.2.0 |
| Type | Typeaar |
| Filename | Size |
|---|---|
| viewport-mobile-1.2.0.pom | |
| viewport-mobile-1.2.0.aar | 21 KB |
| viewport-mobile-1.2.0-sources.jar | 851 bytes |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.globocom/viewport-mobile/ -->
<dependency>
<groupId>com.github.globocom</groupId>
<artifactId>viewport-mobile</artifactId>
<version>1.2.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.globocom/viewport-mobile/
implementation 'com.github.globocom:viewport-mobile:1.2.0'
// https://jarcasting.com/artifacts/com.github.globocom/viewport-mobile/
implementation ("com.github.globocom:viewport-mobile:1.2.0")
'com.github.globocom:viewport-mobile:aar:1.2.0'
<dependency org="com.github.globocom" name="viewport-mobile" rev="1.2.0">
<artifact name="viewport-mobile" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.github.globocom', module='viewport-mobile', version='1.2.0')
)
libraryDependencies += "com.github.globocom" % "viewport-mobile" % "1.2.0"
[com.github.globocom/viewport-mobile "1.2.0"]