Categories |
CategoriesJUnit Unit Testing Jakarta Server Faces Jakarta EE The Web Tier |
---|---|
GroupId | GroupIdde.hilling.junit.cdi |
ArtifactId | ArtifactIdtest-jsf-war |
Version | Version0.10.1 |
Type | Typewar |
Filename | Size |
---|---|
test-jsf-war-0.10.1.pom | |
test-jsf-war-0.10.1.war | 1 MB |
test-jsf-war-0.10.1-sources.jar | 4 KB |
test-jsf-war-0.10.1-javadoc.jar | 50 KB |
Browse |
<!-- https://jarcasting.com/artifacts/de.hilling.junit.cdi/test-jsf-war/ -->
<dependency>
<groupId>de.hilling.junit.cdi</groupId>
<artifactId>test-jsf-war</artifactId>
<version>0.10.1</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/de.hilling.junit.cdi/test-jsf-war/
implementation 'de.hilling.junit.cdi:test-jsf-war:0.10.1'
// https://jarcasting.com/artifacts/de.hilling.junit.cdi/test-jsf-war/
implementation ("de.hilling.junit.cdi:test-jsf-war:0.10.1")
'de.hilling.junit.cdi:test-jsf-war:war:0.10.1'
<dependency org="de.hilling.junit.cdi" name="test-jsf-war" rev="0.10.1">
<artifact name="test-jsf-war" type="war" />
</dependency>
@Grapes(
@Grab(group='de.hilling.junit.cdi', module='test-jsf-war', version='0.10.1')
)
libraryDependencies += "de.hilling.junit.cdi" % "test-jsf-war" % "0.10.1"
[de.hilling.junit.cdi/test-jsf-war "0.10.1"]