h

hektor-parent

Hektor - Not your avarage Actor
MIT License
Jonas Borjesson
Files download
File Operation
hektor-parent-0.0.8.pom download
Apache Maven
<dependency>
  <groupId>io.hektor</groupId>
  <artifactId>hektor-parent</artifactId>
  <version>0.0.8</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'io.hektor:hektor-parent:0.0.8'
Gradle Kotlin
implementation("io.hektor:hektor-parent:0.0.8")
Scala SBT
libraryDependencies += "io.hektor" % "hektor-parent" % "0.0.8"
Groovy Grape
@Grapes(
  @Grab(group='io.hektor', module='hektor-parent', version='0.0.8')
)
Apache Ivy
<dependency org="io.hektor" name="hektor-parent" rev="0.0.8" />
Leiningen
[io.hektor/hektor-parent "0.0.8"]
Apache Buildr
'io.hektor:hektor-parent:jar:0.0.8'