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