MVN

io.github.niemals-stop : entolee-annotations

Maven & Gradle

Aug 03, 2023
1 usages
<dependency>
    <groupId>io.github.niemals-stop</groupId>
    <artifactId>entolee-annotations</artifactId>
    <version>1.0.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.niemals-stop : entolee-annotations to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.4

All Versions

Choose a version of io.github.niemals-stop : entolee-annotations to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
entolee-annotations-1.0.4
entolee-annotations-1.0.3
entolee-annotations-1.0.2
entolee-annotations-1.0.1
0.5.x
entolee-annotations-0.5.1
0.4.x
entolee-annotations-0.4.5
entolee-annotations-0.4.4
entolee-annotations-0.4.3
entolee-annotations-0.4.2
entolee-annotations-0.4.0
0.3.x
entolee-annotations-0.3.0

How to add a dependency to Maven

Add the following io.github.niemals-stop : entolee-annotations maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.github.niemals-stop</groupId>
    <artifactId>entolee-annotations</artifactId>
    <version>1.0.4</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.github.niemals-stop : entolee-annotations gradle dependency to your build.gradle file:

implementation 'io.github.niemals-stop:entolee-annotations:1.0.4'

Gradle Kotlin DSL: Add the following io.github.niemals-stop : entolee-annotations gradle kotlin dependency to your build.gradle.kts file:

implementation("io.github.niemals-stop:entolee-annotations:1.0.4")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.github.niemals-stop : entolee-annotations sbt scala dependency to your build.sbt file:

libraryDependencies += "io.github.niemals-stop" % "entolee-annotations" % "1.0.4"