MVN

dev.atsushieno : mugene-linuxX64

Maven & Gradle

Aug 12, 2023
7 stars

mugene-ng · mugene-ng MML (Music Macro Language) compiler for MIDI 1.0 and MIDI 2.0

<dependency>
    <groupId>dev.atsushieno</groupId>
    <artifactId>mugene-linuxX64</artifactId>
    <version>0.4.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of dev.atsushieno : mugene-linuxX64 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.4.3

All Versions

Choose a version of dev.atsushieno : mugene-linuxX64 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.4.x
mugene-linuxX64-0.4.3
mugene-linuxX64-0.4.0
0.3.x
mugene-linuxX64-0.3.0
0.2.x
mugene-linuxX64-0.2.29
mugene-linuxX64-0.2.27
mugene-linuxX64-0.2.26
mugene-linuxX64-0.2.25
mugene-linuxX64-0.2.24
mugene-linuxX64-0.2.23
mugene-linuxX64-0.2.22
mugene-linuxX64-0.2.21
mugene-linuxX64-0.2.20
mugene-linuxX64-0.2.19
mugene-linuxX64-0.2.18
mugene-linuxX64-0.2.17

How to add a dependency to Maven

Add the following dev.atsushieno : mugene-linuxX64 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>dev.atsushieno</groupId>
    <artifactId>mugene-linuxX64</artifactId>
    <version>0.4.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following dev.atsushieno : mugene-linuxX64 gradle dependency to your build.gradle file:

implementation 'dev.atsushieno:mugene-linuxX64:0.4.3'

Gradle Kotlin DSL: Add the following dev.atsushieno : mugene-linuxX64 gradle kotlin dependency to your build.gradle.kts file:

implementation("dev.atsushieno:mugene-linuxX64:0.4.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following dev.atsushieno : mugene-linuxX64 sbt scala dependency to your build.sbt file:

libraryDependencies += "dev.atsushieno" % "mugene-linuxX64" % "0.4.3"