GroupId | GroupIdorg.bardframework.filestore |
---|---|
ArtifactId | ArtifactIdfile-store |
Version | Version0.3.3 |
Type | Typepom |
Filename | Size |
---|---|
file-store-0.3.3.pom | 3 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.bardframework.filestore/file-store/ -->
<dependency>
<groupId>org.bardframework.filestore</groupId>
<artifactId>file-store</artifactId>
<version>0.3.3</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.bardframework.filestore/file-store/
implementation 'org.bardframework.filestore:file-store:0.3.3'
// https://jarcasting.com/artifacts/org.bardframework.filestore/file-store/
implementation ("org.bardframework.filestore:file-store:0.3.3")
'org.bardframework.filestore:file-store:pom:0.3.3'
<dependency org="org.bardframework.filestore" name="file-store" rev="0.3.3">
<artifact name="file-store" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.bardframework.filestore', module='file-store', version='0.3.3')
)
libraryDependencies += "org.bardframework.filestore" % "file-store" % "0.3.3"
[org.bardframework.filestore/file-store "0.3.3"]