MVN

com.goharsha : webgl4j

Maven & Gradle

Aug 25, 2017
25 stars

WebGL4J · A WebGL wrapper for the GWT platform using Java

<dependency>
    <groupId>com.goharsha</groupId>
    <artifactId>webgl4j</artifactId>
    <version>0.2.9</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.goharsha : webgl4j to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.2.9

All Versions

Choose a version of com.goharsha : webgl4j to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.2.x
webgl4j-0.2.9
webgl4j-0.2.8
webgl4j-0.2.7

How to add a dependency to Maven

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

<dependency>
    <groupId>com.goharsha</groupId>
    <artifactId>webgl4j</artifactId>
    <version>0.2.9</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.goharsha : webgl4j gradle dependency to your build.gradle file:

implementation 'com.goharsha:webgl4j:0.2.9'

Gradle Kotlin DSL: Add the following com.goharsha : webgl4j gradle kotlin dependency to your build.gradle.kts file:

implementation("com.goharsha:webgl4j:0.2.9")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.goharsha : webgl4j sbt scala dependency to your build.sbt file:

libraryDependencies += "com.goharsha" % "webgl4j" % "0.2.9"

Advertisement