MVN

org.netbeans.html : equinox-agentclass-hook

Maven & Gradle

Jul 07, 2022
29 stars

AgentClass Hook for Equinox

<dependency>
    <groupId>org.netbeans.html</groupId>
    <artifactId>equinox-agentclass-hook</artifactId>
    <version>1.8.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.netbeans.html : equinox-agentclass-hook to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.8.1

All Versions

Choose a version of org.netbeans.html : equinox-agentclass-hook to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.8.x
equinox-agentclass-hook-1.8.1
1.8
equinox-agentclass-hook-1.8
1.7.x
equinox-agentclass-hook-1.7.3
equinox-agentclass-hook-1.7.2
equinox-agentclass-hook-1.7.1
1.7
equinox-agentclass-hook-1.7
1.6.x
equinox-agentclass-hook-1.6.1
1.6
equinox-agentclass-hook-1.6
1.5.x
equinox-agentclass-hook-1.5.1
1.5
equinox-agentclass-hook-1.5
1.4
equinox-agentclass-hook-1.4
1.3
equinox-agentclass-hook-1.3
1.2.x
equinox-agentclass-hook-1.2.3
equinox-agentclass-hook-1.2.2
equinox-agentclass-hook-1.2.1
1.2
equinox-agentclass-hook-1.2
1.1
equinox-agentclass-hook-1.1
1.0
equinox-agentclass-hook-1.0
0.9
equinox-agentclass-hook-0.9
0.8.x
equinox-agentclass-hook-0.8.3
equinox-agentclass-hook-0.8.2
equinox-agentclass-hook-0.8.1
0.8
equinox-agentclass-hook-0.8
0.7.x
equinox-agentclass-hook-0.7.6
equinox-agentclass-hook-0.7.5
equinox-agentclass-hook-0.7.1
0.7
equinox-agentclass-hook-0.7

How to add a dependency to Maven

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

<dependency>
    <groupId>org.netbeans.html</groupId>
    <artifactId>equinox-agentclass-hook</artifactId>
    <version>1.8.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.netbeans.html : equinox-agentclass-hook gradle dependency to your build.gradle file:

implementation 'org.netbeans.html:equinox-agentclass-hook:1.8.1'

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

implementation("org.netbeans.html:equinox-agentclass-hook:1.8.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.netbeans.html : equinox-agentclass-hook sbt scala dependency to your build.sbt file:

libraryDependencies += "org.netbeans.html" % "equinox-agentclass-hook" % "1.8.1"

Advertisement