<dependency> <groupId>org.glassfish.ha</groupId> <artifactId>ha-file-store</artifactId> <version>3.2-b05</version> <type>hk2-jar</type> </dependency>
implementation 'org.glassfish.ha:ha-file-store:3.2-b05'
implementation("org.glassfish.ha:ha-file-store:3.2-b05")
libraryDependencies += "org.glassfish.ha" % "ha-file-store" % "3.2-b05"
@Grapes( @Grab(group='org.glassfish.ha', module='ha-file-store', version='3.2-b05') )
<dependency org="org.glassfish.ha" name="ha-file-store" rev="3.2-b05" />
[org.glassfish.ha/ha-file-store "3.2-b05"]
'org.glassfish.ha:ha-file-store:jar:3.2-b05'
<parent> <groupId>org.glassfish.ha</groupId> <artifactId>ha</artifactId> <version>3.2-b05</version> </parent>
compile
|-- org.glassfish.ha:ha-api
|-- com.sun.enterprise:hk2