MVN

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

Maven & Gradle

Mar 28, 2022
1 usages

FFMPEG :: Spring Boot :: AutoConfigure

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

Latest Version

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

  • Latest Stable: 1.0.33

All Versions

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

Version Vulnerabilities Updated
1.0.x
ffmpeg-spring-boot-autoconfigure-1.0.33
ffmpeg-spring-boot-autoconfigure-1.0.31
ffmpeg-spring-boot-autoconfigure-1.0.30
ffmpeg-spring-boot-autoconfigure-1.0.29
ffmpeg-spring-boot-autoconfigure-1.0.28
ffmpeg-spring-boot-autoconfigure-1.0.27
ffmpeg-spring-boot-autoconfigure-1.0.25
ffmpeg-spring-boot-autoconfigure-1.0.24
ffmpeg-spring-boot-autoconfigure-1.0.23
ffmpeg-spring-boot-autoconfigure-1.0.22
ffmpeg-spring-boot-autoconfigure-1.0.21
ffmpeg-spring-boot-autoconfigure-1.0.20
ffmpeg-spring-boot-autoconfigure-1.0.19

How to add a dependency to Maven

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

<dependency>
    <groupId>in.hocg.boot</groupId>
    <artifactId>ffmpeg-spring-boot-autoconfigure</artifactId>
    <version>1.0.33</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'in.hocg.boot:ffmpeg-spring-boot-autoconfigure:1.0.33'

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

implementation("in.hocg.boot:ffmpeg-spring-boot-autoconfigure:1.0.33")

How to add a dependency to SBT Scala

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

libraryDependencies += "in.hocg.boot" % "ffmpeg-spring-boot-autoconfigure" % "1.0.33"

Advertisement