GroupId | GroupIdcom.googlecode.jperipheral |
---|---|
ArtifactId | ArtifactIdjperipheral-cpp |
Version | Version1.0.15 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.googlecode.jperipheral/jperipheral-cpp/ -->
<dependency>
<groupId>com.googlecode.jperipheral</groupId>
<artifactId>jperipheral-cpp</artifactId>
<version>1.0.15</version>
</dependency>
// https://jarcasting.com/artifacts/com.googlecode.jperipheral/jperipheral-cpp/
implementation 'com.googlecode.jperipheral:jperipheral-cpp:1.0.15'
// https://jarcasting.com/artifacts/com.googlecode.jperipheral/jperipheral-cpp/
implementation ("com.googlecode.jperipheral:jperipheral-cpp:1.0.15")
'com.googlecode.jperipheral:jperipheral-cpp:jar:1.0.15'
<dependency org="com.googlecode.jperipheral" name="jperipheral-cpp" rev="1.0.15">
<artifact name="jperipheral-cpp" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.googlecode.jperipheral', module='jperipheral-cpp', version='1.0.15')
)
libraryDependencies += "com.googlecode.jperipheral" % "jperipheral-cpp" % "1.0.15"
[com.googlecode.jperipheral/jperipheral-cpp "1.0.15"]