MVN

org.extremecomponents : extremecomponents

Maven & Gradle

Nov 06, 2006
9 usages

eXtremeComponents · The eXtremeComponents are a series of open source JSP custom tags that render advanced displays. The current component is called the eXtremeTable and is used to display data in a table format.

<dependency>
    <groupId>org.extremecomponents</groupId>
    <artifactId>extremecomponents</artifactId>
    <version>1.0.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.extremecomponents : extremecomponents to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.1

All Versions

Choose a version of org.extremecomponents : extremecomponents to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
extremecomponents-1.0.1
extremecomponents-1.0.1-M4
extremecomponents-1.0.1-M3

How to add a dependency to Maven

Add the following org.extremecomponents : extremecomponents maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.extremecomponents</groupId>
    <artifactId>extremecomponents</artifactId>
    <version>1.0.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.extremecomponents : extremecomponents gradle dependency to your build.gradle file:

implementation 'org.extremecomponents:extremecomponents:1.0.1'

Gradle Kotlin DSL: Add the following org.extremecomponents : extremecomponents gradle kotlin dependency to your build.gradle.kts file:

implementation("org.extremecomponents:extremecomponents:1.0.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.extremecomponents : extremecomponents sbt scala dependency to your build.sbt file:

libraryDependencies += "org.extremecomponents" % "extremecomponents" % "1.0.1"