MVN

org.bardframework.filestore : file-store-db

Maven & Gradle

Jul 05, 2023
0 stars
<dependency>
    <groupId>org.bardframework.filestore</groupId>
    <artifactId>file-store-db</artifactId>
    <version>2.4.13</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.bardframework.filestore : file-store-db to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.4.13

All Versions

Choose a version of org.bardframework.filestore : file-store-db to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.4.x
file-store-db-2.4.13
file-store-db-2.4.3
2.3.x
file-store-db-2.3.13
2.2.x
file-store-db-2.2.13
2.1.x
file-store-db-2.1.3
1.12.x
file-store-db-1.12.3
1.9.x
file-store-db-1.9.3
1.7.x
file-store-db-1.7.3
1.6.x
file-store-db-1.6.18
1.5.x
file-store-db-1.5.28
file-store-db-1.5.18
file-store-db-1.5.8
1.4.x
file-store-db-1.4.18
1.3.x
file-store-db-1.3.28
file-store-db-1.3.18
1.1.x
file-store-db-1.1.19
0.4
file-store-db-0.4
0.3.x
file-store-db-0.3.3
file-store-db-0.3.2

How to add a dependency to Maven

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

<dependency>
    <groupId>org.bardframework.filestore</groupId>
    <artifactId>file-store-db</artifactId>
    <version>2.4.13</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.bardframework.filestore : file-store-db gradle dependency to your build.gradle file:

implementation 'org.bardframework.filestore:file-store-db:2.4.13'

Gradle Kotlin DSL: Add the following org.bardframework.filestore : file-store-db gradle kotlin dependency to your build.gradle.kts file:

implementation("org.bardframework.filestore:file-store-db:2.4.13")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.bardframework.filestore : file-store-db sbt scala dependency to your build.sbt file:

libraryDependencies += "org.bardframework.filestore" % "file-store-db" % "2.4.13"