h

ha-file-store

Mahesh Kannan
Files download
File Operation
ha-file-store-3.1-b31.jar download
ha-file-store-3.1-b31.pom download
ha-file-store-3.1-b31-sources.jar download
Apache Maven
<dependency>
  <groupId>org.glassfish.ha</groupId>
  <artifactId>ha-file-store</artifactId>
  <version>3.1-b31</version>
  <type>hk2-jar</type>
</dependency>
Gradle Groovy
implementation 'org.glassfish.ha:ha-file-store:3.1-b31'
Gradle Kotlin
implementation("org.glassfish.ha:ha-file-store:3.1-b31")
Scala SBT
libraryDependencies += "org.glassfish.ha" % "ha-file-store" % "3.1-b31"
Groovy Grape
@Grapes(
  @Grab(group='org.glassfish.ha', module='ha-file-store', version='3.1-b31')
)
Apache Ivy
<dependency org="org.glassfish.ha" name="ha-file-store" rev="3.1-b31" />
Leiningen
[org.glassfish.ha/ha-file-store "3.1-b31"]
Apache Buildr
'org.glassfish.ha:ha-file-store:jar:3.1-b31'