GroupId | GroupIdorg.bardframework.filestore |
---|---|
ArtifactId | ArtifactIdfile-store-fs |
Version | Version0.3.2 |
Type | Typejar |
Filename | Size |
---|---|
file-store-fs-0.3.2.pom | |
file-store-fs-0.3.2.jar | 3 KB |
file-store-fs-0.3.2-sources.jar | 2 KB |
file-store-fs-0.3.2-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.3.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.bardframework.filestore/file-store-fs/
implementation 'org.bardframework.filestore:file-store-fs:0.3.2'
// https://jarcasting.com/artifacts/org.bardframework.filestore/file-store-fs/
implementation ("org.bardframework.filestore:file-store-fs:0.3.2")
'org.bardframework.filestore:file-store-fs:jar:0.3.2'
<dependency org="org.bardframework.filestore" name="file-store-fs" rev="0.3.2">
<artifact name="file-store-fs" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.bardframework.filestore', module='file-store-fs', version='0.3.2')
)
libraryDependencies += "org.bardframework.filestore" % "file-store-fs" % "0.3.2"
[org.bardframework.filestore/file-store-fs "0.3.2"]