не последняя версия
Последняя версия 6.0.0

org.apache.struts:struts2-junit-plugin 2.5.10


Категории

Категории

JUnit Тестирование компонентов
Группа

Группа

org.apache.struts
Идентификатор

Идентификатор

struts2-junit-plugin
Версия

Версия

2.5.10
Тип

Тип

jar

Скачать struts2-junit-plugin 2.5.10


<!-- https://jarcasting.com/artifacts/org.apache.struts/struts2-junit-plugin/ -->
<dependency>
    <groupId>org.apache.struts</groupId>
    <artifactId>struts2-junit-plugin</artifactId>
    <version>2.5.10</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.struts/struts2-junit-plugin/
implementation 'org.apache.struts:struts2-junit-plugin:2.5.10'
// https://jarcasting.com/artifacts/org.apache.struts/struts2-junit-plugin/
implementation ("org.apache.struts:struts2-junit-plugin:2.5.10")
'org.apache.struts:struts2-junit-plugin:jar:2.5.10'
<dependency org="org.apache.struts" name="struts2-junit-plugin" rev="2.5.10">
  <artifact name="struts2-junit-plugin" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.struts', module='struts2-junit-plugin', version='2.5.10')
)
libraryDependencies += "org.apache.struts" % "struts2-junit-plugin" % "2.5.10"
[org.apache.struts/struts2-junit-plugin "2.5.10"]