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