All Downloads are FREE. Search and download functionalities are using the official Maven repository.

rchive4j.1.3.source-code.ivy.xml Maven / Gradle / Ivy

Go to download

Archive4J is a suite of tools to store compactly term/count information of a document collection.

There is a newer version: 1.3.3
Show newest version
<?xml version="1.0" encoding="ISO-8859-1"?>
<ivy-module version="2.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://ant.apache.org/ivy/schemas/ivy.xsd">
	<info organisation="it.unimi.di" module="archive4j"/>
	
	<configurations defaultconf="compile" defaultconfmapping="*->default">
		<conf name="compile"/>
		<conf name="runtime" extends="compile"/>
		<conf name="test" extends="runtime"/>
	</configurations>
	
	<dependencies>
		<dependency org="it.unimi.dsi" name="fastutil" rev="latest.release" />
		<dependency org="it.unimi.dsi" name="dsiutils" rev="latest.release" />
		<dependency org="it.unimi.di" name="mg4j-big" rev="latest.release"/>
		<dependency org="junit" name="junit" rev="latest.release" conf="test"/>
		<dependency org="emma" name="emma" rev="latest.release" conf="test"/>
		<dependency org="emma" name="emma_ant" rev="latest.release" conf="test"/>
	</dependencies>
</ivy-module>




© 2015 - 2025 Weber Informatics LLC | Privacy Policy