f

file-storage-service

Service that stores the contents of the file as a BLOB
http://www.brihaspathee.com
MIT License
Balaji Varadharajan
文件下载
文件名 操作
file-storage-service-1.0.3.jar 下载
file-storage-service-1.0.3.pom 下载
file-storage-service-1.0.3-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.brihaspathee.zeus</groupId>
  <artifactId>file-storage-service</artifactId>
  <version>1.0.3</version>
</dependency>
Gradle Groovy
implementation 'com.brihaspathee.zeus:file-storage-service:1.0.3'
Gradle Kotlin
implementation("com.brihaspathee.zeus:file-storage-service:1.0.3")
Scala SBT
libraryDependencies += "com.brihaspathee.zeus" % "file-storage-service" % "1.0.3"
Groovy Grape
@Grapes(
  @Grab(group='com.brihaspathee.zeus', module='file-storage-service', version='1.0.3')
)
Apache Ivy
<dependency org="com.brihaspathee.zeus" name="file-storage-service" rev="1.0.3" />
Leiningen
[com.brihaspathee.zeus/file-storage-service "1.0.3"]
Apache Buildr
'com.brihaspathee.zeus:file-storage-service:jar:1.0.3'