MVN

com.github.stephengold : LemurPower

Maven & Gradle

Apr 06, 2022
4 stars

com.github.stephengold:LemurPower · a startup screen for jMonkeyEngine + Lemur

<dependency>
    <groupId>com.github.stephengold</groupId>
    <artifactId>LemurPower</artifactId>
    <version>0.4.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.stephengold : LemurPower to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.4.4

All Versions

Choose a version of com.github.stephengold : LemurPower to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.4.x
LemurPower-0.4.4
LemurPower-0.4.3
LemurPower-0.4.2
LemurPower-0.4.1

How to add a dependency to Maven

Add the following com.github.stephengold : LemurPower maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.stephengold</groupId>
    <artifactId>LemurPower</artifactId>
    <version>0.4.4</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.stephengold : LemurPower gradle dependency to your build.gradle file:

implementation 'com.github.stephengold:LemurPower:0.4.4'

Gradle Kotlin DSL: Add the following com.github.stephengold : LemurPower gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.stephengold:LemurPower:0.4.4")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.stephengold : LemurPower sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.stephengold" % "LemurPower" % "0.4.4"

Advertisement