is not current version
Last Version 2.0.0-beta5

com.coreoz:plume-file-core 2.0.0-alpha1

A toolkit to store files in database and serve it with Jersey

GroupId

GroupId

com.coreoz
ArtifactId

ArtifactId

plume-file-core
Version

Version

2.0.0-alpha1
Type

Type

jar

Download plume-file-core 2.0.0-alpha1


<!-- https://jarcasting.com/artifacts/com.coreoz/plume-file-core/ -->
<dependency>
    <groupId>com.coreoz</groupId>
    <artifactId>plume-file-core</artifactId>
    <version>2.0.0-alpha1</version>
</dependency>
// https://jarcasting.com/artifacts/com.coreoz/plume-file-core/
implementation 'com.coreoz:plume-file-core:2.0.0-alpha1'
// https://jarcasting.com/artifacts/com.coreoz/plume-file-core/
implementation ("com.coreoz:plume-file-core:2.0.0-alpha1")
'com.coreoz:plume-file-core:jar:2.0.0-alpha1'
<dependency org="com.coreoz" name="plume-file-core" rev="2.0.0-alpha1">
  <artifact name="plume-file-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.coreoz', module='plume-file-core', version='2.0.0-alpha1')
)
libraryDependencies += "com.coreoz" % "plume-file-core" % "2.0.0-alpha1"
[com.coreoz/plume-file-core "2.0.0-alpha1"]