<dependency> <groupId>org.graceframework.plugins</groupId> <artifactId>htmx</artifactId> <version>0.7.0</version> <type>pom</type> </dependency>
implementation 'org.graceframework.plugins:htmx:0.7.0'
implementation("org.graceframework.plugins:htmx:0.7.0")
libraryDependencies += "org.graceframework.plugins" % "htmx" % "0.7.0"
@Grapes( @Grab(group='org.graceframework.plugins', module='htmx', version='0.7.0') )
<dependency org="org.graceframework.plugins" name="htmx" rev="0.7.0" />
[org.graceframework.plugins/htmx "0.7.0"]
'org.graceframework.plugins:htmx:jar:0.7.0'