| GroupId | GroupIdio.github.nopol10 |
|---|---|
| ArtifactId | ArtifactIdalpha-movie |
| Version | Version1.3.6 |
| Type | Typeaar |
| Filename | Size |
|---|---|
| alpha-movie-1.3.6.pom | |
| alpha-movie-1.3.6-sources.jar | 21 KB |
| alpha-movie-1.3.6-javadoc.jar | 161 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.github.nopol10/alpha-movie/ -->
<dependency>
<groupId>io.github.nopol10</groupId>
<artifactId>alpha-movie</artifactId>
<version>1.3.6</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.nopol10/alpha-movie/
implementation 'io.github.nopol10:alpha-movie:1.3.6'
// https://jarcasting.com/artifacts/io.github.nopol10/alpha-movie/
implementation ("io.github.nopol10:alpha-movie:1.3.6")
'io.github.nopol10:alpha-movie:aar:1.3.6'
<dependency org="io.github.nopol10" name="alpha-movie" rev="1.3.6">
<artifact name="alpha-movie" type="aar" />
</dependency>
@Grapes(
@Grab(group='io.github.nopol10', module='alpha-movie', version='1.3.6')
)
libraryDependencies += "io.github.nopol10" % "alpha-movie" % "1.3.6"
[io.github.nopol10/alpha-movie "1.3.6"]