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