MVN

com.otaliastudios.opengl : egloo-androidnativearm32

Maven & Gradle

Jul 03, 2021
140 stars

egloo-androidnativearm32 · egloo-androidnativearm32

<dependency>
    <groupId>com.otaliastudios.opengl</groupId>
    <artifactId>egloo-androidnativearm32</artifactId>
    <version>0.6.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.otaliastudios.opengl : egloo-androidnativearm32 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.6.1
  • Latest Release Candidate: 0.6.0-rc01

All Versions

Choose a version of com.otaliastudios.opengl : egloo-androidnativearm32 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.6.x
egloo-androidnativearm32-0.6.1
egloo-androidnativearm32-0.6.0
egloo-androidnativearm32-0.6.0-rc01

How to add a dependency to Maven

Add the following com.otaliastudios.opengl : egloo-androidnativearm32 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.otaliastudios.opengl</groupId>
    <artifactId>egloo-androidnativearm32</artifactId>
    <version>0.6.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.otaliastudios.opengl : egloo-androidnativearm32 gradle dependency to your build.gradle file:

implementation 'com.otaliastudios.opengl:egloo-androidnativearm32:0.6.1'

Gradle Kotlin DSL: Add the following com.otaliastudios.opengl : egloo-androidnativearm32 gradle kotlin dependency to your build.gradle.kts file:

implementation("com.otaliastudios.opengl:egloo-androidnativearm32:0.6.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.otaliastudios.opengl : egloo-androidnativearm32 sbt scala dependency to your build.sbt file:

libraryDependencies += "com.otaliastudios.opengl" % "egloo-androidnativearm32" % "0.6.1"