MVN

com.github.ollgei.spring : ollgei-boot-autoconfigure

Maven & Gradle

Oct 30, 2020
2 usages
0 stars
<dependency>
    <groupId>com.github.ollgei.spring</groupId>
    <artifactId>ollgei-boot-autoconfigure</artifactId>
    <version>1.1.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.ollgei.spring : ollgei-boot-autoconfigure to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.1.3
  • Latest Release Candidate: 1.0.0.RC19

All Versions

Choose a version of com.github.ollgei.spring : ollgei-boot-autoconfigure to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.1.x
ollgei-boot-autoconfigure-1.1.3
ollgei-boot-autoconfigure-1.1.2
ollgei-boot-autoconfigure-1.1.0
1.0.x
ollgei-boot-autoconfigure-1.0.19
ollgei-boot-autoconfigure-1.0.17
ollgei-boot-autoconfigure-1.0.16
ollgei-boot-autoconfigure-1.0.15
ollgei-boot-autoconfigure-1.0.13
ollgei-boot-autoconfigure-1.0.12
ollgei-boot-autoconfigure-1.0.11
ollgei-boot-autoconfigure-1.0.10
ollgei-boot-autoconfigure-1.0.9
ollgei-boot-autoconfigure-1.0.7
ollgei-boot-autoconfigure-1.0.6
ollgei-boot-autoconfigure-1.0.4
ollgei-boot-autoconfigure-1.0.3
ollgei-boot-autoconfigure-1.0.2
ollgei-boot-autoconfigure-1.0.1
ollgei-boot-autoconfigure-1.0.0
ollgei-boot-autoconfigure-1.0.0.RC19
ollgei-boot-autoconfigure-1.0.0.RC18
ollgei-boot-autoconfigure-1.0.0.RC17
ollgei-boot-autoconfigure-1.0.0.RC15
ollgei-boot-autoconfigure-1.0.0.RC14
ollgei-boot-autoconfigure-1.0.0.RC13

How to add a dependency to Maven

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

<dependency>
    <groupId>com.github.ollgei.spring</groupId>
    <artifactId>ollgei-boot-autoconfigure</artifactId>
    <version>1.1.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.ollgei.spring : ollgei-boot-autoconfigure gradle dependency to your build.gradle file:

implementation 'com.github.ollgei.spring:ollgei-boot-autoconfigure:1.1.3'

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

implementation("com.github.ollgei.spring:ollgei-boot-autoconfigure:1.1.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.ollgei.spring : ollgei-boot-autoconfigure sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.ollgei.spring" % "ollgei-boot-autoconfigure" % "1.1.3"