License |
License |
---|---|
GroupId | GroupIdorg.bardframework.filestore |
ArtifactId | ArtifactIdfile-store |
Last Version | Last Version1.1.19 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionThe Bard Framework Parent POM provides common settings for all Bards components.
|
Filename | Size |
---|---|
file-store-1.1.19.pom | 3 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.bardframework.filestore/file-store/ -->
<dependency>
<groupId>org.bardframework.filestore</groupId>
<artifactId>file-store</artifactId>
<version>1.1.19</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.bardframework.filestore/file-store/
implementation 'org.bardframework.filestore:file-store:1.1.19'
// https://jarcasting.com/artifacts/org.bardframework.filestore/file-store/
implementation ("org.bardframework.filestore:file-store:1.1.19")
'org.bardframework.filestore:file-store:pom:1.1.19'
<dependency org="org.bardframework.filestore" name="file-store" rev="1.1.19">
<artifact name="file-store" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.bardframework.filestore', module='file-store', version='1.1.19')
)
libraryDependencies += "org.bardframework.filestore" % "file-store" % "1.1.19"
[org.bardframework.filestore/file-store "1.1.19"]