MVN

org.netbeans.external : org-netbeans-html-xhr4j

Maven & Gradle

Feb 21, 2020
2 usages
5 stars
<dependency>
    <groupId>org.netbeans.external</groupId>
    <artifactId>org-netbeans-html-xhr4j</artifactId>
    <version>RELEASE113</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.netbeans.external : org-netbeans-html-xhr4j to add to Maven or Gradle - Latest Versions:

  • Latest Stable: RELEASE113

All Versions

Choose a version of org.netbeans.external : org-netbeans-html-xhr4j to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
RELEASE113
org-netbeans-html-xhr4j-RELEASE113
RELEASE112
org-netbeans-html-xhr4j-RELEASE112
RELEASE111
org-netbeans-html-xhr4j-RELEASE111
RELEASE110
org-netbeans-html-xhr4j-RELEASE110
RELEASE100
org-netbeans-html-xhr4j-RELEASE100
RELEASE90
org-netbeans-html-xhr4j-RELEASE90

How to add a dependency to Maven

Add the following org.netbeans.external : org-netbeans-html-xhr4j maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.netbeans.external</groupId>
    <artifactId>org-netbeans-html-xhr4j</artifactId>
    <version>RELEASE113</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.netbeans.external : org-netbeans-html-xhr4j gradle dependency to your build.gradle file:

implementation 'org.netbeans.external:org-netbeans-html-xhr4j:RELEASE113'

Gradle Kotlin DSL: Add the following org.netbeans.external : org-netbeans-html-xhr4j gradle kotlin dependency to your build.gradle.kts file:

implementation("org.netbeans.external:org-netbeans-html-xhr4j:RELEASE113")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.netbeans.external : org-netbeans-html-xhr4j sbt scala dependency to your build.sbt file:

libraryDependencies += "org.netbeans.external" % "org-netbeans-html-xhr4j" % "RELEASE113"

Advertisement