MVN

io.github.rxxy : miya-system

Maven & Gradle

Jul 20, 2023
4 stars

miya-system

<dependency>
    <groupId>io.github.rxxy</groupId>
    <artifactId>miya-system</artifactId>
    <version>2.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.rxxy : miya-system to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.0

All Versions

Choose a version of io.github.rxxy : miya-system to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.0
miya-system-2.0
1.6.x
miya-system-1.6.9
miya-system-1.6.8
miya-system-1.6.7
miya-system-1.6.6
miya-system-1.6.5
miya-system-1.6.4
miya-system-1.6.3
miya-system-1.6.2
miya-system-1.6.1
1.6
miya-system-1.6
1.5
miya-system-1.5
1.4
miya-system-1.4
1.4.x
miya-system-1.4.SNAPSHOTS
1.3
miya-system-1.3
1.2
miya-system-1.2
1.1.x
miya-system-1.1.1
1.1
miya-system-1.1
1.0
miya-system-1.0

How to add a dependency to Maven

Add the following io.github.rxxy : miya-system maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.github.rxxy</groupId>
    <artifactId>miya-system</artifactId>
    <version>2.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.github.rxxy : miya-system gradle dependency to your build.gradle file:

implementation 'io.github.rxxy:miya-system:2.0'

Gradle Kotlin DSL: Add the following io.github.rxxy : miya-system gradle kotlin dependency to your build.gradle.kts file:

implementation("io.github.rxxy:miya-system:2.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.github.rxxy : miya-system sbt scala dependency to your build.sbt file:

libraryDependencies += "io.github.rxxy" % "miya-system" % "2.0"