MVN

org.bardframework.crud : crud-table

Maven & Gradle

Jul 05, 2023
0 stars
<dependency>
    <groupId>org.bardframework.crud</groupId>
    <artifactId>crud-table</artifactId>
    <version>2.4.12</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.bardframework.crud : crud-table to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.4.12

All Versions

Choose a version of org.bardframework.crud : crud-table to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.4.x
crud-table-2.4.12
crud-table-2.4.2
2.3.x
crud-table-2.3.12
2.2.x
crud-table-2.2.12
2.1.x
crud-table-2.1.2
1.12.x
crud-table-1.12.2
1.9.x
crud-table-1.9.2
1.7.x
crud-table-1.7.2
1.6.x
crud-table-1.6.17
1.5.x
crud-table-1.5.27
crud-table-1.5.17
crud-table-1.5.7
1.4.x
crud-table-1.4.17

How to add a dependency to Maven

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

<dependency>
    <groupId>org.bardframework.crud</groupId>
    <artifactId>crud-table</artifactId>
    <version>2.4.12</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.bardframework.crud : crud-table gradle dependency to your build.gradle file:

implementation 'org.bardframework.crud:crud-table:2.4.12'

Gradle Kotlin DSL: Add the following org.bardframework.crud : crud-table gradle kotlin dependency to your build.gradle.kts file:

implementation("org.bardframework.crud:crud-table:2.4.12")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.bardframework.crud : crud-table sbt scala dependency to your build.sbt file:

libraryDependencies += "org.bardframework.crud" % "crud-table" % "2.4.12"

Advertisement