GroupId | GroupIdorg.openimaj.hardware |
---|---|
ArtifactId | ArtifactIdturntable |
Version | Version1.3 |
Type | Typejar |
Filename | Size |
---|---|
turntable-1.3.pom | |
turntable-1.3.jar | 4 KB |
turntable-1.3-sources.jar | 3 KB |
turntable-1.3-javadoc.jar | 46 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.openimaj.hardware/turntable/ -->
<dependency>
<groupId>org.openimaj.hardware</groupId>
<artifactId>turntable</artifactId>
<version>1.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.openimaj.hardware/turntable/
implementation 'org.openimaj.hardware:turntable:1.3'
// https://jarcasting.com/artifacts/org.openimaj.hardware/turntable/
implementation ("org.openimaj.hardware:turntable:1.3")
'org.openimaj.hardware:turntable:jar:1.3'
<dependency org="org.openimaj.hardware" name="turntable" rev="1.3">
<artifact name="turntable" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.openimaj.hardware', module='turntable', version='1.3')
)
libraryDependencies += "org.openimaj.hardware" % "turntable" % "1.3"
[org.openimaj.hardware/turntable "1.3"]