is not current version
Last Version 1.1.1

org.whiley:javr 1.0

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.0
Type

Type

jar

Download javr 1.0


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