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