Skip to content

Commit

Permalink
updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
kamaladafrica committed Feb 23, 2022
1 parent 5f1f5db commit 5a49fe6
Showing 1 changed file with 8 additions and 23 deletions.
31 changes: 8 additions & 23 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Codice Fiscale
[ ![Download](https://api.bintray.com/packages/kamaladafrica/maven/codice-fiscale/images/download.svg) ](https://bintray.com/kamaladafrica/maven/codice-fiscale/_latestVersion)

[![Maven Central](https://maven-badges.herokuapp.com/maven-central/it.kamaladafrica/codice-fiscale/badge.svg)](https://maven-badges.herokuapp.com/maven-central/it.kamaladafrica/codice-fiscale)
Yet another **Codice Fiscale** (italian tax code) calculator.
Only natural person tax code calculation is supported (16 chars).

Expand Down Expand Up @@ -199,29 +199,14 @@ System.out.println(cf.getOmocodeLevel()); // 0

## Getting started

All you need to do is to add the [Bintray jcenter](https://bintray.com/bintray/jcenter) repository in the maven pom.xml

```xml
<repositories>
<repository>
<snapshots>
<enabled>false</enabled>
</snapshots>
<id>central</id>
<name>bintray</name>
<url>http://jcenter.bintray.com</url>
</repository>
</repositories>
```

and declare the dependency
All you need to do is to declare the dependency

```xml
<dependency>
<groupId>it.kamaladafrica</groupId>
<artifactId>codice-fiscale</artifactId>
<version>1.2.1</version>
</dependency>
<dependency>
<groupId>it.kamaladafrica</groupId>
<artifactId>codice-fiscale</artifactId>
<version>...</version>
</dependency>
```

## Contributing
Expand Down

0 comments on commit 5a49fe6

Please sign in to comment.