MVN

io.github.helio-ecosystem : helio-core

Maven & Gradle

Jun 04, 2022
0 stars

Helio core · The maven dependency of Helio

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

Latest Version

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

  • Latest Stable: 0.4.13

All Versions

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

Version Vulnerabilities Updated
0.4.x
helio-core-0.4.13
helio-core-0.4.12
helio-core-0.4.11
helio-core-0.4.10
helio-core-0.4.8
helio-core-0.4.7
helio-core-0.4.6
helio-core-0.4.5
helio-core-0.4.4
helio-core-0.4.3
helio-core-0.4.2
helio-core-0.4.1
helio-core-0.4.0

How to add a dependency to Maven

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

<dependency>
    <groupId>io.github.helio-ecosystem</groupId>
    <artifactId>helio-core</artifactId>
    <version>0.4.13</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'io.github.helio-ecosystem:helio-core:0.4.13'

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

implementation("io.github.helio-ecosystem:helio-core:0.4.13")

How to add a dependency to SBT Scala

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

libraryDependencies += "io.github.helio-ecosystem" % "helio-core" % "0.4.13"

Advertisement