MVN

one.empty3 : empty3-library-3d

Maven & Gradle

Jul 16, 2023
7 usages
0 stars

empty3-library-3d · 3D rendering engine. Plus modeling. Expected glsl textures 3d and 2d rendering

<dependency>
    <groupId>one.empty3</groupId>
    <artifactId>empty3-library-3d</artifactId>
    <version>2023.7-1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of one.empty3 : empty3-library-3d to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2023.7-1

All Versions

Choose a version of one.empty3 : empty3-library-3d to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2023.7
empty3-library-3d-2023.7-1
2023.5.x
empty3-library-3d-2023.5.24.1
empty3-library-3d-2023.5.24
empty3-library-3d-2023.5.1
2021.4.x
empty3-library-3d-2021.4.4
2021.1.x
empty3-library-3d-2021.1.4
empty3-library-3d-2021.1.1
2020.4.x
empty3-library-3d-2020.4.3
empty3-library-3d-2020.4.1
2020.3.x
empty3-library-3d-2020.3.9
empty3-library-3d-2020.3.7
empty3-library-3d-2020.3.2
empty3-library-3d-2020.3.1-snapshot
empty3-library-3d-2020.3.1
2020.3
empty3-library-3d-2020.3
2020.2.x
empty3-library-3d-2020.2.6
empty3-library-3d-2020.2.5
2020.2
empty3-library-3d-2020.2

How to add a dependency to Maven

Add the following one.empty3 : empty3-library-3d maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>one.empty3</groupId>
    <artifactId>empty3-library-3d</artifactId>
    <version>2023.7-1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following one.empty3 : empty3-library-3d gradle dependency to your build.gradle file:

implementation 'one.empty3:empty3-library-3d:2023.7-1'

Gradle Kotlin DSL: Add the following one.empty3 : empty3-library-3d gradle kotlin dependency to your build.gradle.kts file:

implementation("one.empty3:empty3-library-3d:2023.7-1")

How to add a dependency to SBT Scala

SBT Scala: Add the following one.empty3 : empty3-library-3d sbt scala dependency to your build.sbt file:

libraryDependencies += "one.empty3" % "empty3-library-3d" % "2023.7-1"

Advertisement