Files
pism/app/pom.xml
2025-09-24 16:55:40 +02:00

23 lines
469 B
XML

<project xmlns="http://maven.apache.org/POM/4.0.0">
<modelVersion>4.0.0</modelVersion>
<groupId>org.toop</groupId>
<artifactId>pism_app</artifactId>
<version>0.1</version>
<properties>
<main-class>org.toop.Main</main-class>
</properties>
<dependencies>
<dependency>
<groupId>org.toop</groupId>
<artifactId>pism_framework</artifactId>
<version>0.1</version>
<scope>compile</scope>
</dependency>
</dependencies>
<build>
</build>
</project>