MVN

io.github.helio-ecosystem : helio-blueprints

Maven & Gradle

Sep 13, 2022
1 usages
0 stars

Helio Blueprints · Dependency for developing new components for Helio

<dependency>
    <groupId>io.github.helio-ecosystem</groupId>
    <artifactId>helio-blueprints</artifactId>
    <version>0.4.26</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.helio-ecosystem : helio-blueprints to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.4.26

All Versions

Choose a version of io.github.helio-ecosystem : helio-blueprints to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.4.x
helio-blueprints-0.4.26
helio-blueprints-0.4.25
helio-blueprints-0.4.24
helio-blueprints-0.4.23
helio-blueprints-0.4.22
helio-blueprints-0.4.21
helio-blueprints-0.4.20
helio-blueprints-0.4.18
helio-blueprints-0.4.17
helio-blueprints-0.4.16
helio-blueprints-0.4.15
helio-blueprints-0.4.14
helio-blueprints-0.4.13
helio-blueprints-0.4.11
helio-blueprints-0.4.9
helio-blueprints-0.4.8
helio-blueprints-0.4.7
helio-blueprints-0.4.6
helio-blueprints-0.4.5
helio-blueprints-0.4.4
helio-blueprints-0.4.3
helio-blueprints-0.4.2
helio-blueprints-0.4.1
helio-blueprints-0.4.0

How to add a dependency to Maven

Add the following io.github.helio-ecosystem : helio-blueprints maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.github.helio-ecosystem</groupId>
    <artifactId>helio-blueprints</artifactId>
    <version>0.4.26</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.github.helio-ecosystem : helio-blueprints gradle dependency to your build.gradle file:

implementation 'io.github.helio-ecosystem:helio-blueprints:0.4.26'

Gradle Kotlin DSL: Add the following io.github.helio-ecosystem : helio-blueprints gradle kotlin dependency to your build.gradle.kts file:

implementation("io.github.helio-ecosystem:helio-blueprints:0.4.26")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.github.helio-ecosystem : helio-blueprints sbt scala dependency to your build.sbt file:

libraryDependencies += "io.github.helio-ecosystem" % "helio-blueprints" % "0.4.26"