MVN

de.fabmax : webidl-util

Maven & Gradle

May 17, 2023
5 stars

webidl-util · A parser and code-generator for WebIDL files.

<dependency>
    <groupId>de.fabmax</groupId>
    <artifactId>webidl-util</artifactId>
    <version>0.8.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of de.fabmax : webidl-util to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.8.2

All Versions

Choose a version of de.fabmax : webidl-util to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.8.x
webidl-util-0.8.2
webidl-util-0.8.1
0.7.x
webidl-util-0.7.7
webidl-util-0.7.6
webidl-util-0.7.5
webidl-util-0.7.4
webidl-util-0.7.3
webidl-util-0.7.2
webidl-util-0.7.1
webidl-util-0.7.0
0.6.x
webidl-util-0.6.0
0.5.x
webidl-util-0.5.1

How to add a dependency to Maven

Add the following de.fabmax : webidl-util maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>de.fabmax</groupId>
    <artifactId>webidl-util</artifactId>
    <version>0.8.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following de.fabmax : webidl-util gradle dependency to your build.gradle file:

implementation 'de.fabmax:webidl-util:0.8.2'

Gradle Kotlin DSL: Add the following de.fabmax : webidl-util gradle kotlin dependency to your build.gradle.kts file:

implementation("de.fabmax:webidl-util:0.8.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following de.fabmax : webidl-util sbt scala dependency to your build.sbt file:

libraryDependencies += "de.fabmax" % "webidl-util" % "0.8.2"

Advertisement