Plexus-Interpolation
The current master is now at https://github.com/codehaus-plexus/plexus-interpolation
Components for interpolating ${}
strings and the like.
For publishing the site do the following:
mvn -Preporting verify site-deploy
License |
License |
---|---|
GroupId | GroupIdorg.codehaus.plexus |
ArtifactId | ArtifactIdplexus-interpolation |
Last Version | Last Version1.26 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionPlexus Interpolation API
The Plexus project provides a full software stack for creating and executing software projects.
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
plexus-interpolation-1.26.pom | |
plexus-interpolation-1.26.jar | 59 KB |
plexus-interpolation-1.26-sources.jar | 67 KB |
plexus-interpolation-1.26-javadoc.jar | 257 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.codehaus.plexus/plexus-interpolation/ -->
<dependency>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-interpolation</artifactId>
<version>1.26</version>
</dependency>
// https://jarcasting.com/artifacts/org.codehaus.plexus/plexus-interpolation/
implementation 'org.codehaus.plexus:plexus-interpolation:1.26'
// https://jarcasting.com/artifacts/org.codehaus.plexus/plexus-interpolation/
implementation ("org.codehaus.plexus:plexus-interpolation:1.26")
'org.codehaus.plexus:plexus-interpolation:jar:1.26'
<dependency org="org.codehaus.plexus" name="plexus-interpolation" rev="1.26">
<artifact name="plexus-interpolation" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.codehaus.plexus', module='plexus-interpolation', version='1.26')
)
libraryDependencies += "org.codehaus.plexus" % "plexus-interpolation" % "1.26"
[org.codehaus.plexus/plexus-interpolation "1.26"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |
The current master is now at https://github.com/codehaus-plexus/plexus-interpolation
Components for interpolating ${}
strings and the like.
For publishing the site do the following:
mvn -Preporting verify site-deploy