f

file-mgmt-service

Service that intakes all the files that are received
http://www.brihaspathee.com
MIT License
Balaji Varadharajan
Files download
File Operation
file-mgmt-service-1.0.3.jar download
file-mgmt-service-1.0.3.pom download
file-mgmt-service-1.0.3-sources.jar download
Apache Maven
<dependency>
  <groupId>com.brihaspathee.zeus</groupId>
  <artifactId>file-mgmt-service</artifactId>
  <version>1.0.3</version>
</dependency>
Gradle Groovy
implementation 'com.brihaspathee.zeus:file-mgmt-service:1.0.3'
Gradle Kotlin
implementation("com.brihaspathee.zeus:file-mgmt-service:1.0.3")
Scala SBT
libraryDependencies += "com.brihaspathee.zeus" % "file-mgmt-service" % "1.0.3"
Groovy Grape
@Grapes(
  @Grab(group='com.brihaspathee.zeus', module='file-mgmt-service', version='1.0.3')
)
Apache Ivy
<dependency org="com.brihaspathee.zeus" name="file-mgmt-service" rev="1.0.3" />
Leiningen
[com.brihaspathee.zeus/file-mgmt-service "1.0.3"]
Apache Buildr
'com.brihaspathee.zeus:file-mgmt-service:jar:1.0.3'