is not current version
Last Version 1.3.10

org.openimaj.hardware:turntable 1.3

Integration with our serially controlled turntable

GroupId

GroupId

org.openimaj.hardware
ArtifactId

ArtifactId

turntable
Version

Version

1.3
Type

Type

jar

Download turntable 1.3


<!-- 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"]