is not current version
Last Version 4.0.0

de.halfbit:autoplay 3.0.0-alpha1

Gradle plugin for publishing Android artifacts to Google Play.

Categories

Categories

Auto Application Layer Libs Code Generators
GroupId

GroupId

de.halfbit
ArtifactId

ArtifactId

autoplay
Version

Version

3.0.0-alpha1
Type

Type

jar

Download autoplay 3.0.0-alpha1


<!-- https://jarcasting.com/artifacts/de.halfbit/autoplay/ -->
<dependency>
    <groupId>de.halfbit</groupId>
    <artifactId>autoplay</artifactId>
    <version>3.0.0-alpha1</version>
</dependency>
// https://jarcasting.com/artifacts/de.halfbit/autoplay/
implementation 'de.halfbit:autoplay:3.0.0-alpha1'
// https://jarcasting.com/artifacts/de.halfbit/autoplay/
implementation ("de.halfbit:autoplay:3.0.0-alpha1")
'de.halfbit:autoplay:jar:3.0.0-alpha1'
<dependency org="de.halfbit" name="autoplay" rev="3.0.0-alpha1">
  <artifact name="autoplay" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.halfbit', module='autoplay', version='3.0.0-alpha1')
)
libraryDependencies += "de.halfbit" % "autoplay" % "3.0.0-alpha1"
[de.halfbit/autoplay "3.0.0-alpha1"]