MVN

io.spinnaker.fiat : fiat-web

Maven & Gradle

Aug 18, 2023
1 usages
65 stars

fiat · Spinnaker Fiat

<dependency>
    <groupId>io.spinnaker.fiat</groupId>
    <artifactId>fiat-web</artifactId>
    <version>1.37.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.spinnaker.fiat : fiat-web to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.37.3

All Versions

Choose a version of io.spinnaker.fiat : fiat-web to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.41.x
fiat-web-1.41.0
1.40.x
fiat-web-1.40.0
1.39.x
fiat-web-1.39.0
1.38.x
fiat-web-1.38.0
1.37.x
fiat-web-1.37.3
fiat-web-1.37.2
fiat-web-1.37.1
fiat-web-1.37.0
1.36.x
fiat-web-1.36.4
fiat-web-1.36.3
fiat-web-1.36.2
fiat-web-1.36.1
fiat-web-1.36.0
1.35.x
fiat-web-1.35.0
1.34.x
fiat-web-1.34.0
1.33.x
fiat-web-1.33.0
1.32.x
fiat-web-1.32.0
1.31.x
fiat-web-1.31.5
fiat-web-1.31.4
fiat-web-1.31.3
fiat-web-1.31.2
fiat-web-1.31.1
1.30.x
fiat-web-1.30.0
1.29.x
fiat-web-1.29.0
1.28.x
fiat-web-1.28.13
fiat-web-1.28.12
fiat-web-1.28.11
fiat-web-1.28.10
fiat-web-1.28.9
fiat-web-1.28.8
fiat-web-1.28.7
fiat-web-1.28.6
fiat-web-1.28.5
fiat-web-1.28.4
fiat-web-1.28.3
fiat-web-1.28.2
fiat-web-1.28.1
fiat-web-1.28.0
1.27.x
fiat-web-1.27.1
fiat-web-1.27.0
version
fiat-web-version-1.14.4

How to add a dependency to Maven

Add the following io.spinnaker.fiat : fiat-web maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.spinnaker.fiat</groupId>
    <artifactId>fiat-web</artifactId>
    <version>1.37.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.spinnaker.fiat : fiat-web gradle dependency to your build.gradle file:

implementation 'io.spinnaker.fiat:fiat-web:1.37.3'

Gradle Kotlin DSL: Add the following io.spinnaker.fiat : fiat-web gradle kotlin dependency to your build.gradle.kts file:

implementation("io.spinnaker.fiat:fiat-web:1.37.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.spinnaker.fiat : fiat-web sbt scala dependency to your build.sbt file:

libraryDependencies += "io.spinnaker.fiat" % "fiat-web" % "1.37.3"

Advertisement