is not current version
Last Version 2.2.2

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

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.331
Type

Type

jar

Download maven-interceptor 1.331


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