j

jsf-test-jetty

Files download
File Operation
jsf-test-jetty-1.1.16.jar download
jsf-test-jetty-1.1.16.pom download
jsf-test-jetty-1.1.16-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.albfernandez.test-jsf</groupId>
  <artifactId>jsf-test-jetty</artifactId>
  <version>1.1.16</version>
</dependency>
Gradle Groovy
implementation 'com.github.albfernandez.test-jsf:jsf-test-jetty:1.1.16'
Gradle Kotlin
implementation("com.github.albfernandez.test-jsf:jsf-test-jetty:1.1.16")
Scala SBT
libraryDependencies += "com.github.albfernandez.test-jsf" % "jsf-test-jetty" % "1.1.16"
Groovy Grape
@Grapes(
  @Grab(group='com.github.albfernandez.test-jsf', module='jsf-test-jetty', version='1.1.16')
)
Apache Ivy
<dependency org="com.github.albfernandez.test-jsf" name="jsf-test-jetty" rev="1.1.16" />
Leiningen
[com.github.albfernandez.test-jsf/jsf-test-jetty "1.1.16"]
Apache Buildr
'com.github.albfernandez.test-jsf:jsf-test-jetty:jar:1.1.16'