License |
License |
---|---|
GroupId | GroupIdorg.bardframework.filestore |
ArtifactId | ArtifactIdfile-store-fs |
Version | Version0.4 |
Type | Typejar |
Description |
DescriptionThe Bard Framework Parent POM provides common settings for all Bards components.
|
Filename | Size |
---|---|
file-store-fs-0.4.pom | |
file-store-fs-0.4.jar | 3 KB |
file-store-fs-0.4-sources.jar | 2 KB |
file-store-fs-0.4-javadoc.jar | 24 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.bardframework.filestore/file-store-fs/ -->
<dependency>
<groupId>org.bardframework.filestore</groupId>
<artifactId>file-store-fs</artifactId>
<version>0.4</version>
</dependency>
// https://jarcasting.com/artifacts/org.bardframework.filestore/file-store-fs/
implementation 'org.bardframework.filestore:file-store-fs:0.4'
// https://jarcasting.com/artifacts/org.bardframework.filestore/file-store-fs/
implementation ("org.bardframework.filestore:file-store-fs:0.4")
'org.bardframework.filestore:file-store-fs:jar:0.4'
<dependency org="org.bardframework.filestore" name="file-store-fs" rev="0.4">
<artifact name="file-store-fs" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.bardframework.filestore', module='file-store-fs', version='0.4')
)
libraryDependencies += "org.bardframework.filestore" % "file-store-fs" % "0.4"
[org.bardframework.filestore/file-store-fs "0.4"]
Group / Artifact | Type | Version |
---|---|---|
org.bardframework.filestore : file-store-api | jar | 0.4 |
org.springframework : spring-beans | jar | 5.3.1 |