j

javax.faces

The core maven build properties
https://jwebmp.com/javax.faces
GPL 3
Marc Magon
Files download
File Operation
javax.faces-1.2.1.2-jre17.jar download
javax.faces-1.2.1.2-jre17.pom download
javax.faces-1.2.1.2-jre17-sources.jar download
Apache Maven
<dependency>
  <groupId>com.guicedee.services</groupId>
  <artifactId>javax.faces</artifactId>
  <version>1.2.1.2-jre17</version>
</dependency>
Gradle Groovy
implementation 'com.guicedee.services:javax.faces:1.2.1.2-jre17'
Gradle Kotlin
implementation("com.guicedee.services:javax.faces:1.2.1.2-jre17")
Scala SBT
libraryDependencies += "com.guicedee.services" % "javax.faces" % "1.2.1.2-jre17"
Groovy Grape
@Grapes(
  @Grab(group='com.guicedee.services', module='javax.faces', version='1.2.1.2-jre17')
)
Apache Ivy
<dependency org="com.guicedee.services" name="javax.faces" rev="1.2.1.2-jre17" />
Leiningen
[com.guicedee.services/javax.faces "1.2.1.2-jre17"]
Apache Buildr
'com.guicedee.services:javax.faces:jar:1.2.1.2-jre17'