MVN

com.github.bun133 : nngraphics

Maven & Gradle

Jul 25, 2021
1 usages
0 stars

NNGraphics · This is the easy-override NGraphics

<dependency>
    <groupId>com.github.bun133</groupId>
    <artifactId>nngraphics</artifactId>
    <version>1.0.16.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 1.0.16.1

All Versions

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

Version Vulnerabilities Updated
1.0.x
nngraphics-1.0.16.1
nngraphics-1.0.16
nngraphics-1.0.15
nngraphics-1.0.14
nngraphics-1.0.13
nngraphics-1.0.12
nngraphics-1.0.10
nngraphics-1.0.9
nngraphics-1.0.8
nngraphics-1.0.7
nngraphics-1.0.6
nngraphics-1.0.5
nngraphics-1.0.4.1
nngraphics-1.0.4
nngraphics-1.0.3
nngraphics-1.0.2
nngraphics-1.0.1
1.0
nngraphics-1.0

How to add a dependency to Maven

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

<dependency>
    <groupId>com.github.bun133</groupId>
    <artifactId>nngraphics</artifactId>
    <version>1.0.16.1</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.github.bun133:nngraphics:1.0.16.1'

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

implementation("com.github.bun133:nngraphics:1.0.16.1")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.github.bun133" % "nngraphics" % "1.0.16.1"

Advertisement