<?xml version="1.0" encoding="UTF-8"?> <ivy-module version="2.0" xmlns:m="http://ant.apache.org/ivy/maven" xmlns:e="http://ant.apache.org/ivy/extra"> <info organisation="org.fusesource.leveldbjni" module="leveldbjni" revision="1.7" status="release" publication="20130513151129" > <license name="The BSD 3-Clause License" url="http://www.opensource.org/licenses/BSD-3-Clause" /> <description homepage=""> leveldbjni is a jni library for acessing leveldb. </description> <m:properties__hawtjni-version>1.8</m:properties__hawtjni-version> <m:properties__leveldb-api-version>0.5</m:properties__leveldb-api-version> <e:sbtTransformHash>0eb8f2dfeba9b8c3d065267fa013ec85c99d2ad1</e:sbtTransformHash> <m:properties__forge-project-id-uc>LEVELDBJNI</m:properties__forge-project-id-uc> <m:properties__project.build.sourceEncoding>UTF-8</m:properties__project.build.sourceEncoding> <m:maven.plugins>org.apache.maven.plugins__maven-scm-plugin__1.5|org.apache.maven.plugins__maven-scm-plugin__1.5|org.apache.maven.plugins__maven-clean-plugin__2.3|org.apache.maven.plugins__maven-compiler-plugin__null|org.apache.maven.plugins__maven-surefire-plugin__2.4.3|org.apache.maven.plugins__maven-scm-plugin__1.5|org.apache.maven.plugins__maven-scm-plugin__1.5|org.apache.maven.plugins__maven-clean-plugin__2.3|org.apache.maven.plugins__maven-compiler-plugin__null|org.apache.maven.plugins__maven-surefire-plugin__2.4.3|org.apache.maven.plugins__maven-jar-plugin__null|org.fusesource.hawtjni__maven-hawtjni-plugin__1.8|org.apache.maven.plugins__maven-surefire-plugin__2.4.3|org.apache.maven.plugins__maven-compiler-plugin__null|org.apache.felix__maven-bundle-plugin__2.0.1|null__maven-jar-plugin__null|org.apache.maven.plugins__maven-source-plugin__2.2.1</m:maven.plugins> <m:properties__skipAutogen>false</m:properties__skipAutogen> <m:properties__forge-project-id>leveldbjni</m:properties__forge-project-id> </info> <configurations> <conf name="default" visibility="public" description="runtime dependencies and master artifact can be used with this conf" extends="runtime,master"/> <conf name="master" visibility="public" description="contains only the artifact published by this module itself, with no transitive dependencies"/> <conf name="compile" visibility="public" description="this is the default scope, used if none is specified. Compile dependencies are available in all classpaths."/> <conf name="provided" visibility="public" description="this is much like compile, but indicates you expect the JDK or a container to provide it. It is only available on the compilation classpath, and is not transitive."/> <conf name="runtime" visibility="public" description="this scope indicates that the dependency is not required for compilation, but is for execution. It is in the runtime and test classpaths, but not the compile classpath." extends="compile"/> <conf name="test" visibility="private" description="this scope indicates that the dependency is not required for normal use of the application, and is only available for the test compilation and execution phases." extends="runtime"/> <conf name="system" visibility="public" description="this scope is similar to provided except that you have to provide the JAR which contains it explicitly. The artifact is always available and is not looked up in a repository."/> <conf name="sources" visibility="public" description="this configuration contains the source artifact of this module, if any."/> <conf name="javadoc" visibility="public" description="this configuration contains the javadoc artifact of this module, if any."/> <conf name="optional" visibility="public" description="contains all optional dependencies"/> </configurations> <publications> <artifact name="leveldbjni" type="jar" ext="jar" conf="master"/> </publications> <dependencies> <dependency org="org.fusesource.hawtjni" name="hawtjni-runtime" rev="1.8" force="true" conf="compile->compile(*),master(compile);runtime->runtime(*)"/> <dependency org="org.iq80.leveldb" name="leveldb-api" rev="0.5" force="true" conf="compile->compile(*),master(compile);runtime->runtime(*)"/> <dependency org="junit" name="junit" rev="4.7" force="true" conf="test->runtime(*),master(compile)"/> </dependencies> </ivy-module>