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