![JAR search and dependency download from the Maven repository](/logo.png)
mg4j-big.4.0.4.source-code.ivysettings.xml Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of mg4j-big Show documentation
Show all versions of mg4j-big Show documentation
MG4J (Managing Gigabytes for Java) is a free full-text search engine for large document collections written in Java. The big version is a fork of the original MG4J that can handle more than 2^31 terms and documents.
The newest version!
<?xml version="1.0" encoding="ISO-8859-1"?> <ivysettings> <include url="${ivy.default.settings.dir}/ivysettings.xml"/> <resolvers> <ibiblio name="sonatype" m2compatible="true" root="https://oss.sonatype.org/content/repositories/public/"/> <ibiblio name="law" m2compatible="true" root="http://jars.law.dsi.unimi.it/content/repositories/public/"/> <chain name="default" returnFirst="true"> <resolver ref="local"/> <resolver ref="sonatype"/> <resolver ref="main"/> <resolver ref="law"/> </chain> </resolvers> </ivysettings>
© 2015 - 2025 Weber Informatics LLC | Privacy Policy