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