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
| Лицензия |
Лицензия |
|---|---|
| Группа | Группаorg.codehaus.plexus |
| Идентификатор | Идентификаторplexus-interpolation |
| Последняя версия | Последняя версия1.26 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеPlexus Interpolation API
The Plexus project provides a full software stack for creating and executing software projects.
|
| Ссылка на сайт |
Ссылка на сайт |
| Организация-разработчик |
Организация-разработчик |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| 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 |
| Обзор |
<!-- 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"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| 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