MVN

de.picturesafe.search : picturesafe-search-spring-boot-autoconfigure

Maven & Gradle

Sep 11, 2020
1 usages
3 stars

Spring Boot Autoconfigurer for picturesafe-search

<dependency>
    <groupId>de.picturesafe.search</groupId>
    <artifactId>picturesafe-search-spring-boot-autoconfigure</artifactId>
    <version>3.5.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of de.picturesafe.search : picturesafe-search-spring-boot-autoconfigure to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.5.2

All Versions

Choose a version of de.picturesafe.search : picturesafe-search-spring-boot-autoconfigure to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.5.x
picturesafe-search-spring-boot-autoconfigure-3.5.2
picturesafe-search-spring-boot-autoconfigure-3.5.1
picturesafe-search-spring-boot-autoconfigure-3.5.0
3.4.x
picturesafe-search-spring-boot-autoconfigure-3.4.1

How to add a dependency to Maven

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

<dependency>
    <groupId>de.picturesafe.search</groupId>
    <artifactId>picturesafe-search-spring-boot-autoconfigure</artifactId>
    <version>3.5.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following de.picturesafe.search : picturesafe-search-spring-boot-autoconfigure gradle dependency to your build.gradle file:

implementation 'de.picturesafe.search:picturesafe-search-spring-boot-autoconfigure:3.5.2'

Gradle Kotlin DSL: Add the following de.picturesafe.search : picturesafe-search-spring-boot-autoconfigure gradle kotlin dependency to your build.gradle.kts file:

implementation("de.picturesafe.search:picturesafe-search-spring-boot-autoconfigure:3.5.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following de.picturesafe.search : picturesafe-search-spring-boot-autoconfigure sbt scala dependency to your build.sbt file:

libraryDependencies += "de.picturesafe.search" % "picturesafe-search-spring-boot-autoconfigure" % "3.5.2"

Advertisement