h

hartshorn-introspect

Files download
File Operation
hartshorn-introspect-0.5.0.jar download
hartshorn-introspect-0.5.0.pom download
hartshorn-introspect-0.5.0-sources.jar download
Apache Maven
<dependency>
  <groupId>org.dockbox.hartshorn</groupId>
  <artifactId>hartshorn-introspect</artifactId>
  <version>0.5.0</version>
</dependency>
Gradle Groovy
implementation 'org.dockbox.hartshorn:hartshorn-introspect:0.5.0'
Gradle Kotlin
implementation("org.dockbox.hartshorn:hartshorn-introspect:0.5.0")
Scala SBT
libraryDependencies += "org.dockbox.hartshorn" % "hartshorn-introspect" % "0.5.0"
Groovy Grape
@Grapes(
  @Grab(group='org.dockbox.hartshorn', module='hartshorn-introspect', version='0.5.0')
)
Apache Ivy
<dependency org="org.dockbox.hartshorn" name="hartshorn-introspect" rev="0.5.0" />
Leiningen
[org.dockbox.hartshorn/hartshorn-introspect "0.5.0"]
Apache Buildr
'org.dockbox.hartshorn:hartshorn-introspect:jar:0.5.0'