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