is not current version
Last Version 2.2.2

org.jvnet.hudson.main:maven-interceptor 1.390

Plexus module that intercepts invocations of key Maven components so that Hudson can monitor what's going on in Maven.

Categories

Categories

Maven Build Tools Hudson Continuous Integration and Continuous Delivery Net
GroupId

GroupId

org.jvnet.hudson.main
ArtifactId

ArtifactId

maven-interceptor
Version

Version

1.390
Type

Type

jar

Download maven-interceptor 1.390


<!-- https://jarcasting.com/artifacts/org.jvnet.hudson.main/maven-interceptor/ -->
<dependency>
    <groupId>org.jvnet.hudson.main</groupId>
    <artifactId>maven-interceptor</artifactId>
    <version>1.390</version>
</dependency>
// https://jarcasting.com/artifacts/org.jvnet.hudson.main/maven-interceptor/
implementation 'org.jvnet.hudson.main:maven-interceptor:1.390'
// https://jarcasting.com/artifacts/org.jvnet.hudson.main/maven-interceptor/
implementation ("org.jvnet.hudson.main:maven-interceptor:1.390")
'org.jvnet.hudson.main:maven-interceptor:jar:1.390'
<dependency org="org.jvnet.hudson.main" name="maven-interceptor" rev="1.390">
  <artifact name="maven-interceptor" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jvnet.hudson.main', module='maven-interceptor', version='1.390')
)
libraryDependencies += "org.jvnet.hudson.main" % "maven-interceptor" % "1.390"
[org.jvnet.hudson.main/maven-interceptor "1.390"]