License |
License |
---|---|
GroupId | GroupIdorg.apache.myfaces.buildtools |
ArtifactId | ArtifactIdmyfaces-archetype-core-integration-test |
Last Version | Last Version1.0.4 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionMyFaces 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.
|
Project Organization |
Project Organization |
<!-- 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"]