Files download
File Operation
parent-1.1.14.pom download
Apache Maven
<dependency>
  <groupId>com.github.albfernandez.test-jsf</groupId>
  <artifactId>parent</artifactId>
  <version>1.1.14</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.github.albfernandez.test-jsf:parent:1.1.14'
Gradle Kotlin
implementation("com.github.albfernandez.test-jsf:parent:1.1.14")
Scala SBT
libraryDependencies += "com.github.albfernandez.test-jsf" % "parent" % "1.1.14"
Groovy Grape
@Grapes(
  @Grab(group='com.github.albfernandez.test-jsf', module='parent', version='1.1.14')
)
Apache Ivy
<dependency org="com.github.albfernandez.test-jsf" name="parent" rev="1.1.14" />
Leiningen
[com.github.albfernandez.test-jsf/parent "1.1.14"]
Apache Buildr
'com.github.albfernandez.test-jsf:parent:jar:1.1.14'
Dependencies
The project has no third-party dependencies