MVN

com.nbsaas.boot : code-annotation

Maven & Gradle

Aug 15, 2023

code-annotation

<dependency>
    <groupId>com.nbsaas.boot</groupId>
    <artifactId>code-annotation</artifactId>
    <version>1.0.17-2023</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 1.0.17-2023

All Versions

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

Version Vulnerabilities Updated
1.0.x
code-annotation-1.0.17-2023
code-annotation-1.0.16-2023
code-annotation-1.0.15-2023
code-annotation-1.0.14-2023
code-annotation-1.0.13-2023
code-annotation-1.0.12-2023
code-annotation-1.0.11-2023
code-annotation-1.0.10-2023
code-annotation-1.0.9-2023
code-annotation-1.0.8-2023
code-annotation-1.0.7-2023
code-annotation-1.0.6-2023-04-09
code-annotation-1.0.5-2023-04-08
code-annotation-1.0.4-2023-03-25

How to add a dependency to Maven

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

<dependency>
    <groupId>com.nbsaas.boot</groupId>
    <artifactId>code-annotation</artifactId>
    <version>1.0.17-2023</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.nbsaas.boot : code-annotation gradle dependency to your build.gradle file:

implementation 'com.nbsaas.boot:code-annotation:1.0.17-2023'

Gradle Kotlin DSL: Add the following com.nbsaas.boot : code-annotation gradle kotlin dependency to your build.gradle.kts file:

implementation("com.nbsaas.boot:code-annotation:1.0.17-2023")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.nbsaas.boot : code-annotation sbt scala dependency to your build.sbt file:

libraryDependencies += "com.nbsaas.boot" % "code-annotation" % "1.0.17-2023"