is not current version
Last Version 1.2

org.codehaus.mojo:nb-shared 1.0

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

Type

jar

Download nb-shared 1.0


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