scaldi.
Scaldi - Scala Dependency Injection Library.
Here is the list of declaration for scaldi_2.11. If you use Maven you can use the following code to add the dependency for this POM file.
<dependency> <groupId>org.scaldi</groupId> <artifactId>scaldi_2.11</artifactId> <version>0.4</version> </dependency>
If you think this Maven repository POM file listing for scaldi_2.11 is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
Name:Apache License, ASL Version 2.0
URL: http://www.apache.org/licenses/LICENSE-2.0.
The scaldi_2.11-0.4 has 4 dependencies.The most popular ones are listed in the following table along with their categories and number of artifacts depending on them.
Category | Artifact | Depended By Count |
---|---|---|
Scala | scala-library 2.11.1 Standard library for the Scala Programming Language | 254 |
Parser | scala-reflect 2.11.1 Compiler for the Scala Programming Language | 39 |
Scala | scalatest_2.11 2.1.3 ScalaTest is a free, open-source testing toolkit for Scala and Java programmers. | 147 |
The following table lists the most popular artifacts which are depending on scaldi_2.11-0.4. Their categories and depend by count are also listed.
Category | Artifact | Depended By Count |
---|---|---|
Console | aeromock-cli_2.11 0.2.0-RC2 Aeromock Command line interface module. | 5 |
The following packages are defined in the scaldi_2.11-0.4.jar
scaldi scaldi.util scaldi.util.constraints
Here is the content of the POM file.
<?xml version='1.0' encoding='UTF-8'?> <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0"> <modelVersion>4.0.0</modelVersion> <groupId>org.scaldi</groupId> <artifactId>scaldi_2.11</artifactId> <packaging>jar</packaging> <description>Scaldi - Scala Dependency Injection Library</description> <version>0.4</version> <name>scaldi</name> <organization> <name>org.scaldi</name> </organization> <url>http://scaldi.org</url> <inceptionYear>2011</inceptionYear> <licenses> <license> <name>Apache License, ASL Version 2.0</name> <url>http://www.apache.org/licenses/LICENSE-2.0</url> <distribution>repo</distribution> </license> </licenses> <issueManagement> <system>GitHub</system> <url>http://github.com/scaldi/scaldi/issues</url> </issueManagement> <scm> <connection>scm:git:git@github.com:scaldi/scaldi.git</connection> <url>git@github.com:scaldi/scaldi.git</url> </scm> <dependencies> <dependency> <groupId>org.scala-lang</groupId> <artifactId>scala-library</artifactId> <version>2.11.1</version> </dependency> <dependency> <groupId>org.scala-lang</groupId> <artifactId>scala-reflect</artifactId> <version>2.11.1</version> </dependency> <dependency> <groupId>org.scalatest</groupId> <artifactId>scalatest_2.11</artifactId> <version>2.1.3</version> <scope>test</scope> </dependency> <dependency> <groupId>org.scala-lang.modules</groupId> <artifactId>scala-xml_2.11</artifactId> <version>1.0.1</version> <scope>test</scope> </dependency> </dependencies> </project>