app/代码/workspace_robo4/robocode.sound/pom.xml

20 lines
681 B
XML

<?xml version="1.0" encoding="utf-8"?>
<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 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<artifactId>robocode.sound</artifactId>
<name>Robocode Sound</name>
<parent>
<groupId>net.sf.robocode</groupId>
<artifactId>robocode</artifactId>
<version>${robocode.version}</version>
</parent>
<dependencies>
<dependency>
<groupId>net.sf.robocode</groupId>
<artifactId>robocode.core</artifactId>
<version>${project.version}</version>
</dependency>
</dependencies>
</project>