MVN

com.fhoster.livebase : cloudlet-spi-annotation-processor

Maven & Gradle

May 19, 2023

cloudlet-spi-annotation-processor

<dependency>
    <groupId>com.fhoster.livebase</groupId>
    <artifactId>cloudlet-spi-annotation-processor</artifactId>
    <version>2.58</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.fhoster.livebase : cloudlet-spi-annotation-processor to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.58

All Versions

Choose a version of com.fhoster.livebase : cloudlet-spi-annotation-processor to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.58
cloudlet-spi-annotation-processor-2.58
2.57
cloudlet-spi-annotation-processor-2.57
2.55
cloudlet-spi-annotation-processor-2.55
2.54
cloudlet-spi-annotation-processor-2.54
2.51
cloudlet-spi-annotation-processor-2.51
2.50
cloudlet-spi-annotation-processor-2.50
2.48
cloudlet-spi-annotation-processor-2.48
0.0.x
cloudlet-spi-annotation-processor-0.0.1

How to add a dependency to Maven

Add the following com.fhoster.livebase : cloudlet-spi-annotation-processor maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.fhoster.livebase</groupId>
    <artifactId>cloudlet-spi-annotation-processor</artifactId>
    <version>2.58</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.fhoster.livebase : cloudlet-spi-annotation-processor gradle dependency to your build.gradle file:

implementation 'com.fhoster.livebase:cloudlet-spi-annotation-processor:2.58'

Gradle Kotlin DSL: Add the following com.fhoster.livebase : cloudlet-spi-annotation-processor gradle kotlin dependency to your build.gradle.kts file:

implementation("com.fhoster.livebase:cloudlet-spi-annotation-processor:2.58")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.fhoster.livebase : cloudlet-spi-annotation-processor sbt scala dependency to your build.sbt file:

libraryDependencies += "com.fhoster.livebase" % "cloudlet-spi-annotation-processor" % "2.58"

Advertisement