org.bardframework.filestore:bard-file-store

The Bard Framework Parent POM provides common settings for all Bards components.

License

License

GroupId

GroupId

org.bardframework.filestore
ArtifactId

ArtifactId

bard-file-store
Last Version

Last Version

1.3.28
Release Date

Release Date

Type

Type

pom
Description

Description

The Bard Framework Parent POM provides common settings for all Bards components.

Download bard-file-store

How to add to project

<!-- https://jarcasting.com/artifacts/org.bardframework.filestore/bard-file-store/ -->
<dependency>
    <groupId>org.bardframework.filestore</groupId>
    <artifactId>bard-file-store</artifactId>
    <version>1.3.28</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.bardframework.filestore/bard-file-store/
implementation 'org.bardframework.filestore:bard-file-store:1.3.28'
// https://jarcasting.com/artifacts/org.bardframework.filestore/bard-file-store/
implementation ("org.bardframework.filestore:bard-file-store:1.3.28")
'org.bardframework.filestore:bard-file-store:pom:1.3.28'
<dependency org="org.bardframework.filestore" name="bard-file-store" rev="1.3.28">
  <artifact name="bard-file-store" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.bardframework.filestore', module='bard-file-store', version='1.3.28')
)
libraryDependencies += "org.bardframework.filestore" % "bard-file-store" % "1.3.28"
[org.bardframework.filestore/bard-file-store "1.3.28"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

  • file-store-api
  • file-store-db
  • file-store-fs
  • file-store-in-memory
  • file-store-redis

Versions

Version
1.3.28
1.3.18
1.3.14