~ubuntu-branches/debian/experimental/sbt-launcher-interface/experimental

« back to all changes in this revision

Viewing changes to bootstrapdeps/org.spire-math/jawn-parser_2.10/ivy-0.6.0.xml

  • Committer: Package Import Robot
  • Author(s): Frédéric Bonnard
  • Date: 2017-04-14 12:33:38 UTC
  • mfrom: (0.3.1) (0.2.1) (0.1.1)
  • Revision ID: package-import@ubuntu.com-20170414123338-v23pupisqvqocbid
Tags: 1.0.0-1
Initial release. (Closes: #855302)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="UTF-8"?>
 
2
<ivy-module version="2.0" xmlns:m="http://ant.apache.org/ivy/maven">
 
3
        <info organisation="org.spire-math"
 
4
                module="jawn-parser_2.10"
 
5
                revision="0.6.0"
 
6
                status="release"
 
7
                publication="20140923200838"
 
8
        >
 
9
                <license name="MIT" url="http://opensource.org/licenses/MIT" />
 
10
                <description homepage="http://github.com/non/jawn/">
 
11
                jawn-parser
 
12
                </description>
 
13
        </info>
 
14
        <configurations>
 
15
                <conf name="default" visibility="public" description="runtime dependencies and master artifact can be used with this conf" extends="runtime,master"/>
 
16
                <conf name="master" visibility="public" description="contains only the artifact published by this module itself, with no transitive dependencies"/>
 
17
                <conf name="compile" visibility="public" description="this is the default scope, used if none is specified. Compile dependencies are available in all classpaths."/>
 
18
                <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."/>
 
19
                <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"/>
 
20
                <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"/>
 
21
                <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."/>
 
22
                <conf name="sources" visibility="public" description="this configuration contains the source artifact of this module, if any."/>
 
23
                <conf name="javadoc" visibility="public" description="this configuration contains the javadoc artifact of this module, if any."/>
 
24
                <conf name="optional" visibility="public" description="contains all optional dependencies"/>
 
25
        </configurations>
 
26
        <publications>
 
27
                <artifact name="jawn-parser_2.10" type="jar" ext="jar" conf="master"/>
 
28
        </publications>
 
29
        <dependencies>
 
30
                <dependency org="org.scala-lang" name="scala-library" rev="2.10.4" force="true" conf="compile->compile(*),master(*);runtime->runtime(*)"/>
 
31
                <dependency org="org.scalatest" name="scalatest_2.10" rev="2.1.6" force="true" conf="test->runtime(*),master(*)"/>
 
32
                <dependency org="org.scalacheck" name="scalacheck_2.10" rev="1.11.4" force="true" conf="test->runtime(*),master(*)"/>
 
33
        </dependencies>
 
34
</ivy-module>