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