is not current version
Last Version 1.2

org.codehaus.mojo:nb-shared 1.1

Maven plugin for creating Maven Repository out of a NetBeans installation (and other sources) for consumption by the projects using nbm-maven-plugin.

GroupId

GroupId

org.codehaus.mojo
ArtifactId

ArtifactId

nb-shared
Version

Version

1.1
Type

Type

jar

Download nb-shared 1.1


<!-- https://jarcasting.com/artifacts/org.codehaus.mojo/nb-shared/ -->
<dependency>
    <groupId>org.codehaus.mojo</groupId>
    <artifactId>nb-shared</artifactId>
    <version>1.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.codehaus.mojo/nb-shared/
implementation 'org.codehaus.mojo:nb-shared:1.1'
// https://jarcasting.com/artifacts/org.codehaus.mojo/nb-shared/
implementation ("org.codehaus.mojo:nb-shared:1.1")
'org.codehaus.mojo:nb-shared:jar:1.1'
<dependency org="org.codehaus.mojo" name="nb-shared" rev="1.1">
  <artifact name="nb-shared" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.codehaus.mojo', module='nb-shared', version='1.1')
)
libraryDependencies += "org.codehaus.mojo" % "nb-shared" % "1.1"
[org.codehaus.mojo/nb-shared "1.1"]