h

heimdall-plugins

Files download
File Operation
heimdall-plugins-1.0.9.pom download
Apache Maven
<dependency>
  <groupId>com.github.luterc</groupId>
  <artifactId>heimdall-plugins</artifactId>
  <version>1.0.9</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.github.luterc:heimdall-plugins:1.0.9'
Gradle Kotlin
implementation("com.github.luterc:heimdall-plugins:1.0.9")
Scala SBT
libraryDependencies += "com.github.luterc" % "heimdall-plugins" % "1.0.9"
Groovy Grape
@Grapes(
  @Grab(group='com.github.luterc', module='heimdall-plugins', version='1.0.9')
)
Apache Ivy
<dependency org="com.github.luterc" name="heimdall-plugins" rev="1.0.9" />
Leiningen
[com.github.luterc/heimdall-plugins "1.0.9"]
Apache Buildr
'com.github.luterc:heimdall-plugins:jar:1.0.9'