| GroupId | GroupIdtech.bam.alpha-movie |
|---|---|
| ArtifactId | ArtifactIdalpha-movie |
| Version | Version0.0.1 |
| Type | Typeaar |
| Filename | Size |
|---|---|
| alpha-movie-0.0.1.pom | |
| alpha-movie-0.0.1-javadoc.jar | 261 bytes |
| Browse |
<!-- https://jarcasting.com/artifacts/tech.bam.alpha-movie/alpha-movie/ -->
<dependency>
<groupId>tech.bam.alpha-movie</groupId>
<artifactId>alpha-movie</artifactId>
<version>0.0.1</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/tech.bam.alpha-movie/alpha-movie/
implementation 'tech.bam.alpha-movie:alpha-movie:0.0.1'
// https://jarcasting.com/artifacts/tech.bam.alpha-movie/alpha-movie/
implementation ("tech.bam.alpha-movie:alpha-movie:0.0.1")
'tech.bam.alpha-movie:alpha-movie:aar:0.0.1'
<dependency org="tech.bam.alpha-movie" name="alpha-movie" rev="0.0.1">
<artifact name="alpha-movie" type="aar" />
</dependency>
@Grapes(
@Grab(group='tech.bam.alpha-movie', module='alpha-movie', version='0.0.1')
)
libraryDependencies += "tech.bam.alpha-movie" % "alpha-movie" % "0.0.1"
[tech.bam.alpha-movie/alpha-movie "0.0.1"]