commons-jelly-tags-junit
Changes in 1.0-hudson-20120704:
- Removed dependency on Jaxen. See README.md in commons-jelly for details.
| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииHudson Компиляция и сборка Continuous Integration and Continuous Delivery JUnit Тестирование компонентов |
| Группа | Группаorg.hudsonci.stapler |
| Идентификатор | Идентификаторcommons-jelly-tags-junit |
| Последняя версия | Последняя версия1.0-hudson-20120704 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
Описаниеcommons-jelly-tags-junit
The Jelly JUnit Tag Library
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
<!-- https://jarcasting.com/artifacts/org.hudsonci.stapler/commons-jelly-tags-junit/ -->
<dependency>
<groupId>org.hudsonci.stapler</groupId>
<artifactId>commons-jelly-tags-junit</artifactId>
<version>1.0-hudson-20120704</version>
</dependency>
// https://jarcasting.com/artifacts/org.hudsonci.stapler/commons-jelly-tags-junit/
implementation 'org.hudsonci.stapler:commons-jelly-tags-junit:1.0-hudson-20120704'
// https://jarcasting.com/artifacts/org.hudsonci.stapler/commons-jelly-tags-junit/
implementation ("org.hudsonci.stapler:commons-jelly-tags-junit:1.0-hudson-20120704")
'org.hudsonci.stapler:commons-jelly-tags-junit:jar:1.0-hudson-20120704'
<dependency org="org.hudsonci.stapler" name="commons-jelly-tags-junit" rev="1.0-hudson-20120704">
<artifact name="commons-jelly-tags-junit" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.hudsonci.stapler', module='commons-jelly-tags-junit', version='1.0-hudson-20120704')
)
libraryDependencies += "org.hudsonci.stapler" % "commons-jelly-tags-junit" % "1.0-hudson-20120704"
[org.hudsonci.stapler/commons-jelly-tags-junit "1.0-hudson-20120704"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.hudsonci.stapler : commons-jelly | jar | 1.1-hudson-20120704 |
| commons-cli : commons-cli | jar | 1.0 |
Changes in 1.0-hudson-20120704: