is not current version
Last Version 1.1.1

org.whiley:javr 1.1

A Java Emulator for AVR Micro-controllers, such as the ATMega328 or ATTiny85. Includes instruction decoding / encoding, emulation and support for I/O peripherals.

GroupId

GroupId

org.whiley
ArtifactId

ArtifactId

javr
Version

Version

1.1
Type

Type

jar

Download javr 1.1


<!-- https://jarcasting.com/artifacts/org.whiley/javr/ -->
<dependency>
    <groupId>org.whiley</groupId>
    <artifactId>javr</artifactId>
    <version>1.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.whiley/javr/
implementation 'org.whiley:javr:1.1'
// https://jarcasting.com/artifacts/org.whiley/javr/
implementation ("org.whiley:javr:1.1")
'org.whiley:javr:jar:1.1'
<dependency org="org.whiley" name="javr" rev="1.1">
  <artifact name="javr" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.whiley', module='javr', version='1.1')
)
libraryDependencies += "org.whiley" % "javr" % "1.1"
[org.whiley/javr "1.1"]