MVN

io.johnnystarr : jvm65

Maven & Gradle

May 08, 2021
0 stars

jvm65 · A JVM targeted 6502 simulator written in Kotlin.

<dependency>
    <groupId>io.johnnystarr</groupId>
    <artifactId>jvm65</artifactId>
    <version>0.1.8</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.johnnystarr : jvm65 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.1.8

All Versions

Choose a version of io.johnnystarr : jvm65 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.1.x
jvm65-0.1.8
jvm65-0.1.7
jvm65-0.1.6
jvm65-0.1.5
jvm65-0.1.4
jvm65-0.1.3
jvm65-0.1.2
jvm65-0.1.1
jvm65-0.1.0

How to add a dependency to Maven

Add the following io.johnnystarr : jvm65 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.johnnystarr</groupId>
    <artifactId>jvm65</artifactId>
    <version>0.1.8</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.johnnystarr : jvm65 gradle dependency to your build.gradle file:

implementation 'io.johnnystarr:jvm65:0.1.8'

Gradle Kotlin DSL: Add the following io.johnnystarr : jvm65 gradle kotlin dependency to your build.gradle.kts file:

implementation("io.johnnystarr:jvm65:0.1.8")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.johnnystarr : jvm65 sbt scala dependency to your build.sbt file:

libraryDependencies += "io.johnnystarr" % "jvm65" % "0.1.8"

Advertisement