GroupId | GroupIdorg.microemu |
---|---|
ArtifactId | ArtifactIdmicroemu-device-resizable |
Version | Version2.0.2 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.microemu/microemu-device-resizable/ -->
<dependency>
<groupId>org.microemu</groupId>
<artifactId>microemu-device-resizable</artifactId>
<version>2.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.microemu/microemu-device-resizable/
implementation 'org.microemu:microemu-device-resizable:2.0.2'
// https://jarcasting.com/artifacts/org.microemu/microemu-device-resizable/
implementation ("org.microemu:microemu-device-resizable:2.0.2")
'org.microemu:microemu-device-resizable:jar:2.0.2'
<dependency org="org.microemu" name="microemu-device-resizable" rev="2.0.2">
<artifact name="microemu-device-resizable" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.microemu', module='microemu-device-resizable', version='2.0.2')
)
libraryDependencies += "org.microemu" % "microemu-device-resizable" % "2.0.2"
[org.microemu/microemu-device-resizable "2.0.2"]