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