MVN

com.github.nbbrd.java-service-util : java-service-annotation

Maven & Gradle

Jun 26, 2023
6 usages
4 stars

java-service-annotation · Java service utilities - Annotation

<dependency>
    <groupId>com.github.nbbrd.java-service-util</groupId>
    <artifactId>java-service-annotation</artifactId>
    <version>1.7.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.nbbrd.java-service-util : java-service-annotation to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.7.0

All Versions

Choose a version of com.github.nbbrd.java-service-util : java-service-annotation to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.7.x
java-service-annotation-1.7.0
1.6.x
java-service-annotation-1.6.1
java-service-annotation-1.6.0
1.5.x
java-service-annotation-1.5.3
java-service-annotation-1.5.2
java-service-annotation-1.5.1
java-service-annotation-1.5.0
1.4.x
java-service-annotation-1.4.0
1.3.x
java-service-annotation-1.3.2

How to add a dependency to Maven

Add the following com.github.nbbrd.java-service-util : java-service-annotation maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.nbbrd.java-service-util</groupId>
    <artifactId>java-service-annotation</artifactId>
    <version>1.7.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.nbbrd.java-service-util : java-service-annotation gradle dependency to your build.gradle file:

implementation 'com.github.nbbrd.java-service-util:java-service-annotation:1.7.0'

Gradle Kotlin DSL: Add the following com.github.nbbrd.java-service-util : java-service-annotation gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.nbbrd.java-service-util:java-service-annotation:1.7.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.nbbrd.java-service-util : java-service-annotation sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.nbbrd.java-service-util" % "java-service-annotation" % "1.7.0"

Advertisement