License |
License |
---|---|
GroupId | GroupIdorg.codehaus.mojo |
ArtifactId | ArtifactIdnb-shared |
Last Version | Last Version1.2 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionNBM Plugins Utilities
Maven plugin for creating Maven Repository out of a NetBeans installation (and other sources) for consumption by the projects using nbm-maven-plugin.
|
Project Organization |
Project OrganizationCodehaus |
Filename | Size |
---|---|
nb-shared-1.2.pom | |
nb-shared-1.2.jar | 11 KB |
nb-shared-1.2-sources.jar | 5 KB |
nb-shared-1.2-javadoc.jar | 27 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.codehaus.mojo/nb-shared/ -->
<dependency>
<groupId>org.codehaus.mojo</groupId>
<artifactId>nb-shared</artifactId>
<version>1.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.codehaus.mojo/nb-shared/
implementation 'org.codehaus.mojo:nb-shared:1.2'
// https://jarcasting.com/artifacts/org.codehaus.mojo/nb-shared/
implementation ("org.codehaus.mojo:nb-shared:1.2")
'org.codehaus.mojo:nb-shared:jar:1.2'
<dependency org="org.codehaus.mojo" name="nb-shared" rev="1.2">
<artifact name="nb-shared" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.codehaus.mojo', module='nb-shared', version='1.2')
)
libraryDependencies += "org.codehaus.mojo" % "nb-shared" % "1.2"
[org.codehaus.mojo/nb-shared "1.2"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.maven : maven-plugin-api | jar | 3.0.4 |
org.codehaus.plexus : plexus-utils | jar | 3.0 |
org.apache.ant : ant | jar | 1.8.2 |
org.codehaus.mojo : nbm-maven-harness | jar | 7.2 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.10 |
org.apache.maven.plugin-testing : maven-plugin-testing-harness | jar | 2.1 |