MVN

com.fitzhi : fitzhi

Maven & Gradle

May 16, 2022
1 stars

Backend Fitzhì · This library is the the backend for the Fitzhì solution. Fitzhì aims to gather all technical data regarding your application portfolio into ONE single portal. Fitzhì provides also analysis and assessments at the project scope, but its main target is the portfolio. The main ambition is to provide a global, and dynamic vision of the technical risk for your IT. The dream functionality for Fitzhì should be the ONE single dashboard, one Single Point Point Of Quality, available for the CTO, or CIO, and ready to resume in one second, one view, the current situation and the historic trend.

<dependency>
    <groupId>com.fitzhi</groupId>
    <artifactId>fitzhi</artifactId>
    <version>1.8</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.fitzhi : fitzhi to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.8

All Versions

Choose a version of com.fitzhi : fitzhi to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.8
fitzhi-1.8
1.7
fitzhi-1.7
1.6.x
fitzhi-1.6.1
1.6
fitzhi-1.6

How to add a dependency to Maven

Add the following com.fitzhi : fitzhi maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.fitzhi</groupId>
    <artifactId>fitzhi</artifactId>
    <version>1.8</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.fitzhi : fitzhi gradle dependency to your build.gradle file:

implementation 'com.fitzhi:fitzhi:1.8'

Gradle Kotlin DSL: Add the following com.fitzhi : fitzhi gradle kotlin dependency to your build.gradle.kts file:

implementation("com.fitzhi:fitzhi:1.8")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.fitzhi : fitzhi sbt scala dependency to your build.sbt file:

libraryDependencies += "com.fitzhi" % "fitzhi" % "1.8"

Advertisement