MVN

io.github.nickd3000 : minvio

Maven & Gradle

May 12, 2023
25 stars

io.github.nickd3000:minvio · Simple graphics framework

<dependency>
    <groupId>io.github.nickd3000</groupId>
    <artifactId>minvio</artifactId>
    <version>1.07</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.nickd3000 : minvio to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.07

All Versions

Choose a version of io.github.nickd3000 : minvio to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.07
minvio-1.07
1.06
minvio-1.06
1.05
minvio-1.05
1.04
minvio-1.04
1.03
minvio-1.03
1.02
minvio-1.02
1.01
minvio-1.01
1.0
minvio-1.0

How to add a dependency to Maven

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

<dependency>
    <groupId>io.github.nickd3000</groupId>
    <artifactId>minvio</artifactId>
    <version>1.07</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.github.nickd3000 : minvio gradle dependency to your build.gradle file:

implementation 'io.github.nickd3000:minvio:1.07'

Gradle Kotlin DSL: Add the following io.github.nickd3000 : minvio gradle kotlin dependency to your build.gradle.kts file:

implementation("io.github.nickd3000:minvio:1.07")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.github.nickd3000 : minvio sbt scala dependency to your build.sbt file:

libraryDependencies += "io.github.nickd3000" % "minvio" % "1.07"

Advertisement