License |
License
APLv2.0
|
---|---|
Categories |
CategoriesJBoss Container Application Servers |
GroupId | GroupIdorg.jboss.pnc.project-manipulator |
ArtifactId | ArtifactIdproject-manipulator-core |
Last Version | Last Version1.1.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionProject Manipulator Core
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-core/ -->
<dependency>
<groupId>org.jboss.pnc.project-manipulator</groupId>
<artifactId>project-manipulator-core</artifactId>
<version>1.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.jboss.pnc.project-manipulator/project-manipulator-core/
implementation 'org.jboss.pnc.project-manipulator:project-manipulator-core:1.1.0'
// https://jarcasting.com/artifacts/org.jboss.pnc.project-manipulator/project-manipulator-core/
implementation ("org.jboss.pnc.project-manipulator:project-manipulator-core:1.1.0")
'org.jboss.pnc.project-manipulator:project-manipulator-core:jar:1.1.0'
<dependency org="org.jboss.pnc.project-manipulator" name="project-manipulator-core" rev="1.1.0">
<artifact name="project-manipulator-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jboss.pnc.project-manipulator', module='project-manipulator-core', version='1.1.0')
)
libraryDependencies += "org.jboss.pnc.project-manipulator" % "project-manipulator-core" % "1.1.0"
[org.jboss.pnc.project-manipulator/project-manipulator-core "1.1.0"]
Group / Artifact | Type | Version |
---|---|---|
commons-lang : commons-lang | jar | 2.6 |
commons-io : commons-io | jar | 2.7 |
org.slf4j : slf4j-api | jar | 1.7.13 |
Group / Artifact | Type | Version |
---|---|---|
ch.qos.logback : logback-classic | jar | 1.2.0 |
ch.qos.logback : logback-core | jar | 1.2.0 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.13.1 |