License |
License
APLv2.0
|
---|---|
Categories |
CategoriesJBoss Container Application Servers |
GroupId | GroupIdorg.jboss.pnc.project-manipulator |
ArtifactId | ArtifactIdproject-manipulator-parent |
Last Version | Last Version1.1.0 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionProject Manipulator for NPM
Manipulation Tool for NPM that allows pre-processing of project definition files (package.json).
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
project-manipulator-parent-1.1.0.pom | 13 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.jboss.pnc.project-manipulator/project-manipulator-parent/ -->
<dependency>
<groupId>org.jboss.pnc.project-manipulator</groupId>
<artifactId>project-manipulator-parent</artifactId>
<version>1.1.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.jboss.pnc.project-manipulator/project-manipulator-parent/
implementation 'org.jboss.pnc.project-manipulator:project-manipulator-parent:1.1.0'
// https://jarcasting.com/artifacts/org.jboss.pnc.project-manipulator/project-manipulator-parent/
implementation ("org.jboss.pnc.project-manipulator:project-manipulator-parent:1.1.0")
'org.jboss.pnc.project-manipulator:project-manipulator-parent:pom:1.1.0'
<dependency org="org.jboss.pnc.project-manipulator" name="project-manipulator-parent" rev="1.1.0">
<artifact name="project-manipulator-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.jboss.pnc.project-manipulator', module='project-manipulator-parent', version='1.1.0')
)
libraryDependencies += "org.jboss.pnc.project-manipulator" % "project-manipulator-parent" % "1.1.0"
[org.jboss.pnc.project-manipulator/project-manipulator-parent "1.1.0"]