<?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.clapper" module="classutil_2.10" revision="1.0.5" status="release" publication="20140428215854" > <license name="BSD New" url="http://software.clapper.org/classutil/license.html" /> <description homepage="http://software.clapper.org/classutil/"> A library for fast runtime class-querying, and more </description> <e:sbtTransformHash>f0f015b893c8470738bd7c874f059a4a9ee70431</e:sbtTransformHash> </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="classutil_2.10" type="jar" ext="jar" conf="master"/> </publications> <dependencies> <dependency org="org.scala-lang" name="scala-library" rev="2.10.3" force="true" conf="compile->compile(*),master(compile);runtime->runtime(*)"/> <dependency org="org.scalatest" name="scalatest_2.10" rev="2.1.3" force="true" conf="test->runtime(*),master(compile)"/> <dependency org="org.scala-lang" name="scala-actors" rev="2.10.3" force="true" conf="test->runtime(*),master(compile)"/> <dependency org="org.ow2.asm" name="asm" rev="5.0.2" force="true" conf="compile->compile(*),master(compile);runtime->runtime(*)"/> <dependency org="org.ow2.asm" name="asm-commons" rev="5.0.2" force="true" conf="compile->compile(*),master(compile);runtime->runtime(*)"/> <dependency org="org.ow2.asm" name="asm-util" rev="5.0.2" force="true" conf="compile->compile(*),master(compile);runtime->runtime(*)"/> <dependency org="org.clapper" name="grizzled-scala_2.10" rev="1.2" force="true" conf="compile->compile(*),master(compile);runtime->runtime(*)"/> <dependency org="org.clapper" name="grizzled-slf4j_2.10" rev="1.0.2" force="true" conf="compile->compile(*),master(compile);runtime->runtime(*)"/> </dependencies> </ivy-module>