File: ivy.xml

package info (click to toggle)
cmdreader 1.5-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 288 kB
  • sloc: java: 1,078; xml: 219; makefile: 9
file content (12 lines) | stat: -rw-r--r-- 371 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
<ivy-module version="2.0">
	<info organisation="com.zwitserloot" module="cmdreader" />
	<configurations>
		<conf name="build" />
		<conf name="runtime" />
		<conf name="test" extends="build, runtime" />
		<conf name="contrib" />
	</configurations>
	<dependencies>
		<dependency org="junit" name="junit4" rev="4.8.2" conf="test->default" />
	</dependencies>
</ivy-module>