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