Files download
File Operation
htmx-0.2.0.jar download
htmx-0.2.0.pom download
htmx-0.2.0-sources.jar download
Apache Maven
<dependency>
  <groupId>org.graceframework.plugins</groupId>
  <artifactId>htmx</artifactId>
  <version>0.2.0</version>
</dependency>
Gradle Groovy
implementation 'org.graceframework.plugins:htmx:0.2.0'
Gradle Kotlin
implementation("org.graceframework.plugins:htmx:0.2.0")
Scala SBT
libraryDependencies += "org.graceframework.plugins" % "htmx" % "0.2.0"
Groovy Grape
@Grapes(
  @Grab(group='org.graceframework.plugins', module='htmx', version='0.2.0')
)
Apache Ivy
<dependency org="org.graceframework.plugins" name="htmx" rev="0.2.0" />
Leiningen
[org.graceframework.plugins/htmx "0.2.0"]
Apache Buildr
'org.graceframework.plugins:htmx:jar:0.2.0'
Dependencies
The project has no third-party dependencies