betatex/pom.xml
2024-10-23 12:59:19 +02:00

21 lines
629 B
XML

<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>pi</groupId>
<artifactId>betatex</artifactId>
<version>0.0.1-SNAPSHOT</version>
<name>prezzoinlettere</name>
<dependencies>
<!-- https://mvnrepository.com/artifact/pl.allegro.finance/tradukisto -->
<dependency>
<groupId>pl.allegro.finance</groupId>
<artifactId>tradukisto</artifactId>
<version>1.10.5</version>
</dependency>
</dependencies>
</project>