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