MVN

org.openziti : ziti-springboot

Maven & Gradle

Aug 07, 2023
49 stars

ziti-springboot · Ziti adapter for Spring Boot

<dependency>
    <groupId>org.openziti</groupId>
    <artifactId>ziti-springboot</artifactId>
    <version>0.25.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.openziti : ziti-springboot to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.25.1

All Versions

Choose a version of org.openziti : ziti-springboot to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.25.x
ziti-springboot-0.25.1
ziti-springboot-0.25.0
0.24.x
ziti-springboot-0.24.0
0.23.x
ziti-springboot-0.23.18
ziti-springboot-0.23.17
ziti-springboot-0.23.16
ziti-springboot-0.23.15
ziti-springboot-0.23.13
ziti-springboot-0.23.12
ziti-springboot-0.23.11
ziti-springboot-0.23.10

How to add a dependency to Maven

Add the following org.openziti : ziti-springboot maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.openziti</groupId>
    <artifactId>ziti-springboot</artifactId>
    <version>0.25.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.openziti : ziti-springboot gradle dependency to your build.gradle file:

implementation 'org.openziti:ziti-springboot:0.25.1'

Gradle Kotlin DSL: Add the following org.openziti : ziti-springboot gradle kotlin dependency to your build.gradle.kts file:

implementation("org.openziti:ziti-springboot:0.25.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.openziti : ziti-springboot sbt scala dependency to your build.sbt file:

libraryDependencies += "org.openziti" % "ziti-springboot" % "0.25.1"

Advertisement