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