MVN

com.contentgrid.spring : contentgrid-spring-boot-actuators

Maven & Gradle

Aug 21, 2023
2 stars

contentgrid-spring-boot-actuators · Custom actuators for ContentGrid applications

<dependency>
    <groupId>com.contentgrid.spring</groupId>
    <artifactId>contentgrid-spring-boot-actuators</artifactId>
    <version>0.7.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.contentgrid.spring : contentgrid-spring-boot-actuators to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.7.1

All Versions

Choose a version of com.contentgrid.spring : contentgrid-spring-boot-actuators to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.7.x
contentgrid-spring-boot-actuators-0.7.1
contentgrid-spring-boot-actuators-0.7.0
0.6.x
contentgrid-spring-boot-actuators-0.6.1
contentgrid-spring-boot-actuators-0.6.0
0.5.x
contentgrid-spring-boot-actuators-0.5.1
contentgrid-spring-boot-actuators-0.5.0
0.4.x
contentgrid-spring-boot-actuators-0.4.3
contentgrid-spring-boot-actuators-0.4.2
contentgrid-spring-boot-actuators-0.4.1
contentgrid-spring-boot-actuators-0.4.0
0.3.x
contentgrid-spring-boot-actuators-0.3.1
contentgrid-spring-boot-actuators-0.3.0
0.2.x
contentgrid-spring-boot-actuators-0.2.0

How to add a dependency to Maven

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

<dependency>
    <groupId>com.contentgrid.spring</groupId>
    <artifactId>contentgrid-spring-boot-actuators</artifactId>
    <version>0.7.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.contentgrid.spring : contentgrid-spring-boot-actuators gradle dependency to your build.gradle file:

implementation 'com.contentgrid.spring:contentgrid-spring-boot-actuators:0.7.1'

Gradle Kotlin DSL: Add the following com.contentgrid.spring : contentgrid-spring-boot-actuators gradle kotlin dependency to your build.gradle.kts file:

implementation("com.contentgrid.spring:contentgrid-spring-boot-actuators:0.7.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.contentgrid.spring : contentgrid-spring-boot-actuators sbt scala dependency to your build.sbt file:

libraryDependencies += "com.contentgrid.spring" % "contentgrid-spring-boot-actuators" % "0.7.1"