<dependency> <groupId>org.graceframework.plugins</groupId> <artifactId>htmx</artifactId> <version>0.0.1</version> </dependency>
implementation 'org.graceframework.plugins:htmx:0.0.1'
implementation("org.graceframework.plugins:htmx:0.0.1")
libraryDependencies += "org.graceframework.plugins" % "htmx" % "0.0.1"
@Grapes( @Grab(group='org.graceframework.plugins', module='htmx', version='0.0.1') )
<dependency org="org.graceframework.plugins" name="htmx" rev="0.0.1" />
[org.graceframework.plugins/htmx "0.0.1"]
'org.graceframework.plugins:htmx:jar:0.0.1'
runtime
|-- org.graceframework:grace-web-common:2022.1.0