mirror of
https://github.com/2OOP/pism.git
synced 2026-02-04 10:54:51 +00:00
16 lines
425 B
XML
16 lines
425 B
XML
<project xmlns="http://maven.apache.org/POM/4.0.0">
|
|
<modelVersion>4.0.0</modelVersion>
|
|
|
|
<groupId>org.toop</groupId>
|
|
<artifactId>pism_framework</artifactId>
|
|
<version>0.1</version>
|
|
|
|
<!-- https://mvnrepository.com/artifact/io.netty/netty-all -->
|
|
<dependencies>
|
|
<dependency>
|
|
<groupId>io.netty</groupId>
|
|
<artifactId>netty-all</artifactId>
|
|
<version>4.2.6.Final</version>
|
|
</dependency>
|
|
</dependencies>
|
|
</project> |