License |
License
APLv2.0
|
---|---|
Categories |
CategoriesJBoss Container Application Servers CLI User Interface |
GroupId | GroupIdorg.jboss.pnc.project-manipulator |
ArtifactId | ArtifactIdproject-manipulator-cli |
Last Version | Last Version1.1.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionProject Manipulator CLI
Manipulation Tool for NPM that allows pre-processing of project definition files (package.json).
|
<!-- https://jarcasting.com/artifacts/org.jboss.pnc.project-manipulator/project-manipulator-cli/ -->
<dependency>
<groupId>org.jboss.pnc.project-manipulator</groupId>
<artifactId>project-manipulator-cli</artifactId>
<version>1.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.jboss.pnc.project-manipulator/project-manipulator-cli/
implementation 'org.jboss.pnc.project-manipulator:project-manipulator-cli:1.1.0'
// https://jarcasting.com/artifacts/org.jboss.pnc.project-manipulator/project-manipulator-cli/
implementation ("org.jboss.pnc.project-manipulator:project-manipulator-cli:1.1.0")
'org.jboss.pnc.project-manipulator:project-manipulator-cli:jar:1.1.0'
<dependency org="org.jboss.pnc.project-manipulator" name="project-manipulator-cli" rev="1.1.0">
<artifact name="project-manipulator-cli" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jboss.pnc.project-manipulator', module='project-manipulator-cli', version='1.1.0')
)
libraryDependencies += "org.jboss.pnc.project-manipulator" % "project-manipulator-cli" % "1.1.0"
[org.jboss.pnc.project-manipulator/project-manipulator-cli "1.1.0"]
Group / Artifact | Type | Version |
---|---|---|
org.jboss.pnc.project-manipulator : project-manipulator-core | jar | 1.1.0 |
org.jboss.pnc.project-manipulator : project-manipulator-npm | jar | 1.1.0 |
commons-cli : commons-cli | jar | 1.4 |
commons-lang : commons-lang | jar | 2.6 |
commons-io : commons-io | jar | 2.7 |
ch.qos.logback : logback-classic | jar | 1.2.0 |
ch.qos.logback : logback-core | jar | 1.2.0 |
org.slf4j : slf4j-api | jar | 1.7.13 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.13.1 |