| Лицензия |
Лицензия |
|---|---|
| Группа | Группаorg.apache.myfaces.buildtools |
| Идентификатор | Идентификаторmyfaces-archetype-core-integration-test |
| Последняя версия | Последняя версия1.0.4 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеMyFaces Core Integration Test Archetype
Archetype to create a new MyFaces core project used for integration tests via cargo and HtmlUnit.
Projects created via this archetype aim to test specific issues from the MyFaces core JIRA issue
tracker and can be directly added to the MyFaces core integration-tests module.
|
| Организация-разработчик |
Организация-разработчик |
<!-- https://jarcasting.com/artifacts/org.apache.myfaces.buildtools/myfaces-archetype-core-integration-test/ -->
<dependency>
<groupId>org.apache.myfaces.buildtools</groupId>
<artifactId>myfaces-archetype-core-integration-test</artifactId>
<version>1.0.4</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.myfaces.buildtools/myfaces-archetype-core-integration-test/
implementation 'org.apache.myfaces.buildtools:myfaces-archetype-core-integration-test:1.0.4'
// https://jarcasting.com/artifacts/org.apache.myfaces.buildtools/myfaces-archetype-core-integration-test/
implementation ("org.apache.myfaces.buildtools:myfaces-archetype-core-integration-test:1.0.4")
'org.apache.myfaces.buildtools:myfaces-archetype-core-integration-test:jar:1.0.4'
<dependency org="org.apache.myfaces.buildtools" name="myfaces-archetype-core-integration-test" rev="1.0.4">
<artifact name="myfaces-archetype-core-integration-test" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.myfaces.buildtools', module='myfaces-archetype-core-integration-test', version='1.0.4')
)
libraryDependencies += "org.apache.myfaces.buildtools" % "myfaces-archetype-core-integration-test" % "1.0.4"
[org.apache.myfaces.buildtools/myfaces-archetype-core-integration-test "1.0.4"]