MVN

com.heliorm : annotation

Maven & Gradle

May 31, 2023
1 usages
1 stars

[HeliORM] Annotations

<dependency>
    <groupId>com.heliorm</groupId>
    <artifactId>annotation</artifactId>
    <version>0.99.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.heliorm : annotation to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.99.4

All Versions

Choose a version of com.heliorm : annotation to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.99.x
annotation-0.99.4
annotation-0.99.3
annotation-0.99.2
annotation-0.99.1
0.98
annotation-0.98
0.97
annotation-0.97
0.95
annotation-0.95
0.91
annotation-0.91
0.90
annotation-0.90
0.89
annotation-0.89

How to add a dependency to Maven

Add the following com.heliorm : annotation maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.heliorm</groupId>
    <artifactId>annotation</artifactId>
    <version>0.99.4</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.heliorm : annotation gradle dependency to your build.gradle file:

implementation 'com.heliorm:annotation:0.99.4'

Gradle Kotlin DSL: Add the following com.heliorm : annotation gradle kotlin dependency to your build.gradle.kts file:

implementation("com.heliorm:annotation:0.99.4")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.heliorm : annotation sbt scala dependency to your build.sbt file:

libraryDependencies += "com.heliorm" % "annotation" % "0.99.4"

Advertisement