Files download
File Operation
org.eclipse.equinox.weaving.hook-1.4.0.jar download
org.eclipse.equinox.weaving.hook-1.4.0.pom download
org.eclipse.equinox.weaving.hook-1.4.0-sources.jar download
Apache Maven
<dependency>
  <groupId>org.eclipse.platform</groupId>
  <artifactId>org.eclipse.equinox.weaving.hook</artifactId>
  <version>1.4.0</version>
</dependency>
Gradle Groovy
implementation 'org.eclipse.platform:org.eclipse.equinox.weaving.hook:1.4.0'
Gradle Kotlin
implementation("org.eclipse.platform:org.eclipse.equinox.weaving.hook:1.4.0")
Scala SBT
libraryDependencies += "org.eclipse.platform" % "org.eclipse.equinox.weaving.hook" % "1.4.0"
Groovy Grape
@Grapes(
  @Grab(group='org.eclipse.platform', module='org.eclipse.equinox.weaving.hook', version='1.4.0')
)
Apache Ivy
<dependency org="org.eclipse.platform" name="org.eclipse.equinox.weaving.hook" rev="1.4.0" />
Leiningen
[org.eclipse.platform/org.eclipse.equinox.weaving.hook "1.4.0"]
Apache Buildr
'org.eclipse.platform:org.eclipse.equinox.weaving.hook:jar:1.4.0'