f

fitzhi

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.
https://www.fitzhi.com
GNU AFFERO GENERAL PUBLIC LICENSE, Version 3 (AGPL-3.0)
Frédéric VIDAL
Files download
File Operation
fitzhi-1.8.jar download
fitzhi-1.8.pom download
Apache Maven
<dependency>
  <groupId>com.fitzhi</groupId>
  <artifactId>fitzhi</artifactId>
  <version>1.8</version>
</dependency>
Gradle Groovy
implementation 'com.fitzhi:fitzhi:1.8'
Gradle Kotlin
implementation("com.fitzhi:fitzhi:1.8")
Scala SBT
libraryDependencies += "com.fitzhi" % "fitzhi" % "1.8"
Groovy Grape
@Grapes(
  @Grab(group='com.fitzhi', module='fitzhi', version='1.8')
)
Apache Ivy
<dependency org="com.fitzhi" name="fitzhi" rev="1.8" />
Leiningen
[com.fitzhi/fitzhi "1.8"]
Apache Buildr
'com.fitzhi:fitzhi:jar:1.8'
Dependencies

compile

|-- junit:junit:4.13.1

|-- org.springframework:spring-core:5.3.17

|-- org.slf4j:jcl-over-slf4j:1.7.25

|-- org.springframework.boot:spring-boot-starter-web:2.1.18.RELEASE

|-- org.springframework.boot:spring-boot:2.1.18.RELEASE

|-- org.springframework.boot:spring-boot-autoconfigure:2.1.18.RELEASE

|-- org.springframework.boot:spring-boot-starter-security:2.1.18.RELEASE

|-- org.springframework.boot:spring-boot-starter-webflux:2.1.18.RELEASE

|-- org.springframework.security.oauth.boot:spring-security-oauth2-autoconfigure:2.1.18.RELEASE

|-- com.google.code.gson:gson:2.8.9

|-- com.google.api-client:google-api-client:1.33.4

|-- com.google.api.client:google-api-client-http:1.2.3-alpha

|-- com.opencsv:opencsv:4.0

|-- jstl:jstl:1.2

|-- commons-validator:commons-validator:1.7

|-- org.apache.opennlp:opennlp-tools:1.9.0

|-- org.apache.opennlp:opennlp-uima:1.9.0

|-- org.apache.poi:poi:5.2.2

|-- org.apache.poi:poi-scratchpad:5.2.2

|-- org.apache.poi:poi-ooxml:5.2.2

|-- com.itextpdf:itextpdf:5.5.13

|-- commons-fileupload:commons-fileupload:1.4

|-- commons-io:commons-io:2.7

|-- org.eclipse.jgit:org.eclipse.jgit:5.12.0.202106070339-r

|-- javax.xml.bind:jaxb-api:2.3.1

|-- com.sun.xml.bind:jaxb-core:2.3.0.1

|-- com.sun.xml.bind:jaxb-impl:2.3.2

|-- javax.activation:activation:1.1.1

|-- io.springfox:springfox-boot-starter:3.0.0

|-- io.springfox:springfox-swagger-ui:3.0.0

|-- com.github.javaparser:javaparser-symbol-solver-core:3.22.1

provided

|-- org.projectlombok:lombok:1.18.10

runtime

|-- org.fusesource.jansi:jansi:2.0.1

test

|-- org.springframework.boot:spring-boot-starter-test:2.1.18.RELEASE

|-- org.springframework.security:spring-security-test:5.1.8.RELEASE

|-- io.projectreactor:reactor-test:3.3.4.RELEASE

|-- com.jayway.jsonpath:json-path:2.4.0