Categories |
CategoriesAuto Application Layer Libs Code Generators |
---|---|
GroupId | GroupIdde.halfbit |
ArtifactId | ArtifactIdautoplay |
Version | Version2.2.0 |
Type | Typejar |
Filename | Size |
---|---|
autoplay-2.2.0.pom | |
autoplay-2.2.0.jar | 56 KB |
autoplay-2.2.0-sources.jar | 9 KB |
autoplay-2.2.0-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/de.halfbit/autoplay/ -->
<dependency>
<groupId>de.halfbit</groupId>
<artifactId>autoplay</artifactId>
<version>2.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/de.halfbit/autoplay/
implementation 'de.halfbit:autoplay:2.2.0'
// https://jarcasting.com/artifacts/de.halfbit/autoplay/
implementation ("de.halfbit:autoplay:2.2.0")
'de.halfbit:autoplay:jar:2.2.0'
<dependency org="de.halfbit" name="autoplay" rev="2.2.0">
<artifact name="autoplay" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.halfbit', module='autoplay', version='2.2.0')
)
libraryDependencies += "de.halfbit" % "autoplay" % "2.2.0"
[de.halfbit/autoplay "2.2.0"]