![JAR search and dependency download from the Maven repository](/logo.png)
rchive4j.1.3.1.source-code.ivy.xml Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of archive4j Show documentation
Show all versions of archive4j Show documentation
Archive4J is a suite of tools to store compactly term/count information of a document collection.
<?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