GroupId | GroupIdcom.googlecode.jperipheral |
---|---|
ArtifactId | ArtifactIdjperipheral |
Version | Version1.0.16 |
Type | Typepom |
Filename | Size |
---|---|
jperipheral-1.0.16.pom | 2 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.googlecode.jperipheral/jperipheral/ -->
<dependency>
<groupId>com.googlecode.jperipheral</groupId>
<artifactId>jperipheral</artifactId>
<version>1.0.16</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.googlecode.jperipheral/jperipheral/
implementation 'com.googlecode.jperipheral:jperipheral:1.0.16'
// https://jarcasting.com/artifacts/com.googlecode.jperipheral/jperipheral/
implementation ("com.googlecode.jperipheral:jperipheral:1.0.16")
'com.googlecode.jperipheral:jperipheral:pom:1.0.16'
<dependency org="com.googlecode.jperipheral" name="jperipheral" rev="1.0.16">
<artifact name="jperipheral" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.googlecode.jperipheral', module='jperipheral', version='1.0.16')
)
libraryDependencies += "com.googlecode.jperipheral" % "jperipheral" % "1.0.16"
[com.googlecode.jperipheral/jperipheral "1.0.16"]