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