MVN

org.enumapi : enum-api-annotations

Maven & Gradle

Jul 02, 2021
1 usages
3 stars

Annotations to put on interfaces, used in api instead of enums

<dependency>
    <groupId>org.enumapi</groupId>
    <artifactId>enum-api-annotations</artifactId>
    <version>0.0.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.enumapi : enum-api-annotations to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.0.4

All Versions

Choose a version of org.enumapi : enum-api-annotations to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.0.x
enum-api-annotations-0.0.4
enum-api-annotations-0.0.2
enum-api-annotations-0.0.1

How to add a dependency to Maven

Add the following org.enumapi : enum-api-annotations maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.enumapi</groupId>
    <artifactId>enum-api-annotations</artifactId>
    <version>0.0.4</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.enumapi : enum-api-annotations gradle dependency to your build.gradle file:

implementation 'org.enumapi:enum-api-annotations:0.0.4'

Gradle Kotlin DSL: Add the following org.enumapi : enum-api-annotations gradle kotlin dependency to your build.gradle.kts file:

implementation("org.enumapi:enum-api-annotations:0.0.4")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.enumapi : enum-api-annotations sbt scala dependency to your build.sbt file:

libraryDependencies += "org.enumapi" % "enum-api-annotations" % "0.0.4"

Advertisement