h

ha-file-store

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