MVN

in.hocg.boot : change-log-spring-boot-starter

Maven & Gradle

Mar 26, 2022
1 usages

Change Log :: Spring Boot :: Starter

<dependency>
    <groupId>in.hocg.boot</groupId>
    <artifactId>change-log-spring-boot-starter</artifactId>
    <version>1.0.32</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of in.hocg.boot : change-log-spring-boot-starter to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.32

All Versions

Choose a version of in.hocg.boot : change-log-spring-boot-starter to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
change-log-spring-boot-starter-1.0.32
change-log-spring-boot-starter-1.0.31
change-log-spring-boot-starter-1.0.30
change-log-spring-boot-starter-1.0.29
change-log-spring-boot-starter-1.0.28
change-log-spring-boot-starter-1.0.27
change-log-spring-boot-starter-1.0.25
change-log-spring-boot-starter-1.0.24
change-log-spring-boot-starter-1.0.23
change-log-spring-boot-starter-1.0.22
change-log-spring-boot-starter-1.0.21
change-log-spring-boot-starter-1.0.20
change-log-spring-boot-starter-1.0.19
change-log-spring-boot-starter-1.0.17
change-log-spring-boot-starter-1.0.16
change-log-spring-boot-starter-1.0.15
change-log-spring-boot-starter-1.0.14
change-log-spring-boot-starter-1.0.13
change-log-spring-boot-starter-1.0.12
change-log-spring-boot-starter-1.0.11
change-log-spring-boot-starter-1.0.10
change-log-spring-boot-starter-1.0.9
change-log-spring-boot-starter-1.0.8
change-log-spring-boot-starter-1.0.7
change-log-spring-boot-starter-1.0.6
change-log-spring-boot-starter-1.0.5
change-log-spring-boot-starter-1.0.4
change-log-spring-boot-starter-1.0.3
change-log-spring-boot-starter-1.0.2
change-log-spring-boot-starter-1.0.1
change-log-spring-boot-starter-1.0.0

How to add a dependency to Maven

Add the following in.hocg.boot : change-log-spring-boot-starter maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>in.hocg.boot</groupId>
    <artifactId>change-log-spring-boot-starter</artifactId>
    <version>1.0.32</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following in.hocg.boot : change-log-spring-boot-starter gradle dependency to your build.gradle file:

implementation 'in.hocg.boot:change-log-spring-boot-starter:1.0.32'

Gradle Kotlin DSL: Add the following in.hocg.boot : change-log-spring-boot-starter gradle kotlin dependency to your build.gradle.kts file:

implementation("in.hocg.boot:change-log-spring-boot-starter:1.0.32")

How to add a dependency to SBT Scala

SBT Scala: Add the following in.hocg.boot : change-log-spring-boot-starter sbt scala dependency to your build.sbt file:

libraryDependencies += "in.hocg.boot" % "change-log-spring-boot-starter" % "1.0.32"

Advertisement