MVN

it.kamaladafrica : codice-fiscale

Maven & Gradle

Jul 13, 2023
10 stars

it.kamaladafrica:codice-fiscale · Yet another "Codice Fiscale" (italian tax code) calculator.

<dependency>
    <groupId>it.kamaladafrica</groupId>
    <artifactId>codice-fiscale</artifactId>
    <version>1.5.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of it.kamaladafrica : codice-fiscale to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.5.0

All Versions

Choose a version of it.kamaladafrica : codice-fiscale to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.5.x
codice-fiscale-1.5.0
1.4.x
codice-fiscale-1.4.1
codice-fiscale-1.4.0
1.3.x
codice-fiscale-1.3.4
codice-fiscale-1.3.3
codice-fiscale-1.3.2
codice-fiscale-1.3.1
codice-fiscale-1.3.0

How to add a dependency to Maven

Add the following it.kamaladafrica : codice-fiscale maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>it.kamaladafrica</groupId>
    <artifactId>codice-fiscale</artifactId>
    <version>1.5.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following it.kamaladafrica : codice-fiscale gradle dependency to your build.gradle file:

implementation 'it.kamaladafrica:codice-fiscale:1.5.0'

Gradle Kotlin DSL: Add the following it.kamaladafrica : codice-fiscale gradle kotlin dependency to your build.gradle.kts file:

implementation("it.kamaladafrica:codice-fiscale:1.5.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following it.kamaladafrica : codice-fiscale sbt scala dependency to your build.sbt file:

libraryDependencies += "it.kamaladafrica" % "codice-fiscale" % "1.5.0"

Advertisement