MVN

in.hocg.boot : vars-spring-boot-autoconfigure

Maven & Gradle

Mar 07, 2022
1 usages

Vars :: Spring Boot :: AutoConfigure

<dependency>
    <groupId>in.hocg.boot</groupId>
    <artifactId>vars-spring-boot-autoconfigure</artifactId>
    <version>1.0.31</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of in.hocg.boot : vars-spring-boot-autoconfigure to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.31

All Versions

Choose a version of in.hocg.boot : vars-spring-boot-autoconfigure to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
vars-spring-boot-autoconfigure-1.0.31
vars-spring-boot-autoconfigure-1.0.30
vars-spring-boot-autoconfigure-1.0.29
vars-spring-boot-autoconfigure-1.0.28
vars-spring-boot-autoconfigure-1.0.27
vars-spring-boot-autoconfigure-1.0.25
vars-spring-boot-autoconfigure-1.0.24
vars-spring-boot-autoconfigure-1.0.23
vars-spring-boot-autoconfigure-1.0.22
vars-spring-boot-autoconfigure-1.0.21
vars-spring-boot-autoconfigure-1.0.20
vars-spring-boot-autoconfigure-1.0.19
vars-spring-boot-autoconfigure-1.0.17
vars-spring-boot-autoconfigure-1.0.16
vars-spring-boot-autoconfigure-1.0.15
vars-spring-boot-autoconfigure-1.0.14
vars-spring-boot-autoconfigure-1.0.13
vars-spring-boot-autoconfigure-1.0.12
vars-spring-boot-autoconfigure-1.0.11
vars-spring-boot-autoconfigure-1.0.10
vars-spring-boot-autoconfigure-1.0.9
vars-spring-boot-autoconfigure-1.0.8
vars-spring-boot-autoconfigure-1.0.7
vars-spring-boot-autoconfigure-1.0.6

How to add a dependency to Maven

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

<dependency>
    <groupId>in.hocg.boot</groupId>
    <artifactId>vars-spring-boot-autoconfigure</artifactId>
    <version>1.0.31</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following in.hocg.boot : vars-spring-boot-autoconfigure gradle dependency to your build.gradle file:

implementation 'in.hocg.boot:vars-spring-boot-autoconfigure:1.0.31'

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

implementation("in.hocg.boot:vars-spring-boot-autoconfigure:1.0.31")

How to add a dependency to SBT Scala

SBT Scala: Add the following in.hocg.boot : vars-spring-boot-autoconfigure sbt scala dependency to your build.sbt file:

libraryDependencies += "in.hocg.boot" % "vars-spring-boot-autoconfigure" % "1.0.31"

Advertisement