MVN

io.github.software-hardware-codesign : jector-monkey

Maven & Gradle

Jul 30, 2023
3 stars

The JectorMonkey API · A Specialized implementation of the Jector Framework for jMonkeyEngine.

<dependency>
    <groupId>io.github.software-hardware-codesign</groupId>
    <artifactId>jector-monkey</artifactId>
    <version>incubator-2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.software-hardware-codesign : jector-monkey to add to Maven or Gradle - Latest Versions:

  • Latest Stable: incubator-2
  • Latest Alpha: 1.0.0-pre-alpha

All Versions

Choose a version of io.github.software-hardware-codesign : jector-monkey to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
jector-monkey-1.0.0-pre-alpha
incubator
jector-monkey-incubator-2

How to add a dependency to Maven

Add the following io.github.software-hardware-codesign : jector-monkey maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.github.software-hardware-codesign</groupId>
    <artifactId>jector-monkey</artifactId>
    <version>incubator-2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.github.software-hardware-codesign : jector-monkey gradle dependency to your build.gradle file:

implementation 'io.github.software-hardware-codesign:jector-monkey:incubator-2'

Gradle Kotlin DSL: Add the following io.github.software-hardware-codesign : jector-monkey gradle kotlin dependency to your build.gradle.kts file:

implementation("io.github.software-hardware-codesign:jector-monkey:incubator-2")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.github.software-hardware-codesign : jector-monkey sbt scala dependency to your build.sbt file:

libraryDependencies += "io.github.software-hardware-codesign" % "jector-monkey" % "incubator-2"