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