GroupId | GroupIdorg.robovm |
---|---|
ArtifactId | ArtifactIdrobovm-libimobiledevice |
Version | Version0.0.11 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.robovm/robovm-libimobiledevice/ -->
<dependency>
<groupId>org.robovm</groupId>
<artifactId>robovm-libimobiledevice</artifactId>
<version>0.0.11</version>
</dependency>
// https://jarcasting.com/artifacts/org.robovm/robovm-libimobiledevice/
implementation 'org.robovm:robovm-libimobiledevice:0.0.11'
// https://jarcasting.com/artifacts/org.robovm/robovm-libimobiledevice/
implementation ("org.robovm:robovm-libimobiledevice:0.0.11")
'org.robovm:robovm-libimobiledevice:jar:0.0.11'
<dependency org="org.robovm" name="robovm-libimobiledevice" rev="0.0.11">
<artifact name="robovm-libimobiledevice" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.robovm', module='robovm-libimobiledevice', version='0.0.11')
)
libraryDependencies += "org.robovm" % "robovm-libimobiledevice" % "0.0.11"
[org.robovm/robovm-libimobiledevice "0.0.11"]