MVN

org.realityforge.akasha : akasha-webgpu-j2cl

Maven & Gradle

Feb 28, 2022
35 stars

Akasha Java Browser WebGPU API for J2CL compatible with Elemental2 · Akasha Java Browser WebGPU API for J2CL compatible with Elemental2

<dependency>
    <groupId>org.realityforge.akasha</groupId>
    <artifactId>akasha-webgpu-j2cl</artifactId>
    <version>0.31</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.realityforge.akasha : akasha-webgpu-j2cl to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.31

All Versions

Choose a version of org.realityforge.akasha : akasha-webgpu-j2cl to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.31
akasha-webgpu-j2cl-0.31
0.30
akasha-webgpu-j2cl-0.30
0.29
akasha-webgpu-j2cl-0.29
0.28
akasha-webgpu-j2cl-0.28
0.27
akasha-webgpu-j2cl-0.27
0.26
akasha-webgpu-j2cl-0.26
0.25
akasha-webgpu-j2cl-0.25
0.24
akasha-webgpu-j2cl-0.24
0.23
akasha-webgpu-j2cl-0.23
0.22
akasha-webgpu-j2cl-0.22
0.21
akasha-webgpu-j2cl-0.21
0.20
akasha-webgpu-j2cl-0.20
0.19
akasha-webgpu-j2cl-0.19
0.18
akasha-webgpu-j2cl-0.18

How to add a dependency to Maven

Add the following org.realityforge.akasha : akasha-webgpu-j2cl maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.realityforge.akasha</groupId>
    <artifactId>akasha-webgpu-j2cl</artifactId>
    <version>0.31</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.realityforge.akasha : akasha-webgpu-j2cl gradle dependency to your build.gradle file:

implementation 'org.realityforge.akasha:akasha-webgpu-j2cl:0.31'

Gradle Kotlin DSL: Add the following org.realityforge.akasha : akasha-webgpu-j2cl gradle kotlin dependency to your build.gradle.kts file:

implementation("org.realityforge.akasha:akasha-webgpu-j2cl:0.31")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.realityforge.akasha : akasha-webgpu-j2cl sbt scala dependency to your build.sbt file:

libraryDependencies += "org.realityforge.akasha" % "akasha-webgpu-j2cl" % "0.31"

Advertisement