MVN

com.github.albfernandez.seam : jboss-seam-flex

Maven & Gradle

Nov 06, 2020
1 usages
5 stars

Seam Flex

<dependency>
    <groupId>com.github.albfernandez.seam</groupId>
    <artifactId>jboss-seam-flex</artifactId>
    <version>2.3.24.ayg</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.albfernandez.seam : jboss-seam-flex to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.3.24.ayg

All Versions

Choose a version of com.github.albfernandez.seam : jboss-seam-flex to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.3.x
jboss-seam-flex-2.3.24.ayg

How to add a dependency to Maven

Add the following com.github.albfernandez.seam : jboss-seam-flex maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.albfernandez.seam</groupId>
    <artifactId>jboss-seam-flex</artifactId>
    <version>2.3.24.ayg</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.albfernandez.seam : jboss-seam-flex gradle dependency to your build.gradle file:

implementation 'com.github.albfernandez.seam:jboss-seam-flex:2.3.24.ayg'

Gradle Kotlin DSL: Add the following com.github.albfernandez.seam : jboss-seam-flex gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.albfernandez.seam:jboss-seam-flex:2.3.24.ayg")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.albfernandez.seam : jboss-seam-flex sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.albfernandez.seam" % "jboss-seam-flex" % "2.3.24.ayg"