${project.artifactId}.
specs is a Behaviour-Driven-Design framework.
Here is the list of declaration for specs_2.8.0. If you use Maven you can use the following code to add the dependency for this POM file.
<dependency> <groupId>org.scala-tools.testing</groupId> <artifactId>specs_2.8.0</artifactId> <version>1.6.5</version> </dependency>
If you think this Maven repository POM file listing for specs_2.8.0 is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
Name:MIT License
URL: http://www.opensource.org/licenses/mit-license.php.
The specs_2.8.0-1.6.5 has 16 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 |
---|---|---|
JUnit | junit 4.7 JUnit is a regression testing framework written by Erich Gamma and Kent Beck. It is used by the developer who implements unit tests in Java. | 272 |
Web Framework | markdownj 0.3.0-1.0.2b4 MarkdownJ is the pure Java port of Markdown, a text-to-html conversion tool written by John Gruber. | 12 |
Network | easymock 2.5.1 EasyMock provides an easy way to create Mock Objects for interfaces by generating them on the fly using Java's proxy mechanism | 40 |
Testing Mock | easymockclassextension 2.4 The EasyMock Class Extension allows to generate Mock Objects for classes | 60 |
Testing Mock | mockito-all 1.8.4 Mock objects library for java | 76 |
Development | objenesis 1.0 A library for instantiating Java objects | 48 |
The following plugins are used in the specs_2.8.0-1.6.5.jar
The following packages are defined in the specs_2.8.0-1.6.5.jar
org.mockito org.specs org.specs.collection org.specs.execute org.specs.form org.specs.io org.specs.io.mock org.specs.literate org.specs.log org.specs.matcher org.specs.mock org.specs.runner org.specs.specification org.specs.util org.specs.xml org.spex
Here is the content of the POM file.
<!--Copyright (c) 2007-2010 Eric Torreborre Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. Neither the name of specs nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. --> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <modelVersion>4.0.0</modelVersion> <groupId>org.scala-tools.testing</groupId> <artifactId>specs_2.8.0</artifactId> <version>1.6.5</version> <packaging>jar</packaging> <name>${project.artifactId}</name> <description>specs is a Behaviour-Driven-Design framework</description> <url>http://code.google.com/p/specs/</url> <inceptionYear>2007</inceptionYear> <licenses> <license> <name>MIT License</name> <url>http://www.opensource.org/licenses/mit-license.php</url> <distribution>repo</distribution> </license> </licenses> <scm> <connection> scm:svn:http://specs.googlecode.com/svn/trunk</connection> <developerConnection> scm:svn:https://specs.googlecode.com/svn/trunk</developerConnection> <url>http://specs.googlecode.com/svn/trunk</url> </scm> <issueManagement> <system>code.google</system> <url>http://code.google.com/p/specs/issues/</url> </issueManagement> <properties> <scala.version>2.8.0</scala.version> <java.src.version>1.6</java.src.version> </properties> <repositories> <repository> <id>scala-tools.org</id> <name>Scala-Tools Maven2 Repository</name> <url>http://scala-tools.org/repo-releases</url> </repository> <repository> <id>scala-tools.org - snapshots</id> <name>Scala-Tools Maven2 Repository - snapshots</name> <url>http://scala-tools.org/repo-snapshots</url> </repository> <repository> <id>scala-tools.org-nexus-releases</id> <url>http://nexus.scala-tools.org/content/repositories/releases</url> </repository> <repository> <id>scala-tools.org-nexus-snapshots</id> <url>http://nexus.scala-tools.org/content/repositories/snapshots</url> </repository> <repository> <id>maven2-repository.dev.java.net</id> <name>Java.net Repository for Maven</name> <url>http://download.java.net/maven/2/</url> <layout>default</layout> </repository> </repositories> <pluginRepositories> <pluginRepository> <id>scala-tools.org</id> <name>Scala-Tools Maven2 Repository</name> <url>http://scala-tools.org/repo-releases</url> </pluginRepository> <pluginRepository> <id>scala-tools.org.snapshots</id> <name>Scala-Tools Maven2 Repository - snapshots</name> <url>http://scala-tools.org/repo-snapshots</url> </pluginRepository> <pluginRepository> <id>mc-release</id> <name>Local Maven repository of releases</name> <url>http://mc-repo.googlecode.com/svn/maven2/releases</url> <snapshots> <enabled>false</enabled> </snapshots> <releases> <enabled>true</enabled> </releases> </pluginRepository> </pluginRepositories> <dependencies> <dependency> <groupId>org.scala-lang</groupId> <artifactId>scala-library</artifactId> <version>${scala.version}</version> <scope>provided</scope> </dependency> <dependency> <groupId>org.scala-lang</groupId> <artifactId>scala-compiler</artifactId> <version>${scala.version}</version> <scope>provided</scope> </dependency> <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> <version>4.7</version> <optional>true</optional> </dependency> <dependency> <groupId>org.eclipse.mylyn.wikitext</groupId> <artifactId>wikitext</artifactId> <version>0.9.4.I20090220-1600-e3x</version> <optional>true</optional> </dependency> <dependency> <groupId>org.eclipse.mylyn.wikitext</groupId> <artifactId>wikitext.textile</artifactId> <version>0.9.4.I20090220-1600-e3x</version> <optional>true</optional> </dependency> <dependency> <groupId>org.markdownj</groupId> <artifactId>markdownj</artifactId> <version>0.3.0-1.0.2b4</version> <optional>true</optional> </dependency> <dependency> <groupId>org.scala-tools.testing</groupId> <artifactId>test-interface</artifactId> <version>0.5</version> <optional>true</optional> </dependency> <dependency> <groupId>org.scalatest</groupId> <artifactId>scalatest</artifactId> <version>1.2-for-scala-2.8.0.final-SNAPSHOT</version> <optional>true</optional> </dependency> <dependency> <groupId>org.easymock</groupId> <artifactId>easymock</artifactId> <version>2.5.1</version> <optional>true</optional> </dependency> <dependency> <groupId>org.easymock</groupId> <artifactId>easymockclassextension</artifactId> <version>2.4</version> <optional>true</optional> </dependency> <dependency> <groupId>org.scala-tools.testing</groupId> <artifactId>scalacheck_2.8.0</artifactId> <version>1.7</version> <optional>true</optional> </dependency> <dependency> <groupId>org.jmock</groupId> <artifactId>jmock</artifactId> <version>2.5.1</version> <optional>true</optional> </dependency> <dependency> <groupId>org.jmock</groupId> <artifactId>jmock-legacy</artifactId> <version>2.5.1</version> <optional>true</optional> </dependency> <dependency> <groupId>org.mockito</groupId> <artifactId>mockito-all</artifactId> <version>1.8.4</version> <optional>true</optional> </dependency> <dependency> <groupId>cglib</groupId> <artifactId>cglib</artifactId> <version>2.1_3</version> <scope>test</scope> <optional>true</optional> </dependency> <dependency> <groupId>org.objenesis</groupId> <artifactId>objenesis</artifactId> <version>1.0</version> <scope>test</scope> <optional>true</optional> </dependency> </dependencies> <build> <sourceDirectory>src/main/scala</sourceDirectory> <extensions> <extension> <groupId>org.apache.maven.wagon</groupId> <artifactId>wagon-webdav</artifactId> <version>1.0-beta-2</version> </extension> </extensions> <plugins> <plugin> <groupId>org.scala-tools</groupId> <artifactId>maven-scala-plugin</artifactId> <version>2.14-SNAPSHOT</version> <executions> <execution> <goals> <goal>compile</goal> <goal>testCompile</goal> </goals> </execution> </executions> <configuration> <args> <arg>-unchecked</arg> </args> <jvmArgs> <jvmArg>-Xmx512m</jvmArg> <jvmArg>-Xms64m</jvmArg> </jvmArgs> </configuration> </plugin> <plugin> <artifactId>maven-compiler-plugin</artifactId> <configuration> <source>${java.src.version}</source> <target>${java.src.version}</target> <optimise>true</optimise> <debug>true</debug> </configuration> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-surefire-plugin</artifactId> <version>2.4.3</version> <configuration> <useSystemClassLoader>false</useSystemClassLoader> <argLine>-Xmx1024m</argLine> <includes> <include>**/*Unit.java</include> <include>**/*Spec.java</include> </includes> <excludes> <exclude>**/*Test.java</exclude> </excludes> </configuration> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-jar-plugin</artifactId> <executions> <execution> <goals> <goal>jar</goal> <goal>test-jar</goal> </goals> </execution> </executions> <configuration></configuration> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-source-plugin</artifactId> <executions> <execution> <id>attach-sources</id> <phase>verify</phase> <goals> <goal>jar</goal> </goals> </execution> </executions> </plugin> <plugin> <groupId>com.google.code.maven-license-plugin</groupId> <artifactId>maven-license-plugin</artifactId> <configuration> <header>LICENSE.txt</header> <failIfMissing>false</failIfMissing> <mapping> <scala>JAVADOC_STYLE</scala> </mapping> <includes> <include>src/main/scala/**</include> <include>src/test/scala/**</include> </includes> </configuration> <executions> <execution> <goals> <goal>format</goal> </goals> </execution> </executions> </plugin> <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>cobertura-maven-plugin</artifactId> <configuration> <instrumentation> <excludes> <exclude>org/specs/**/*anon*.class</exclude> <exclude>org/specs/**/*$*.class</exclude> <exclude>org/specs/**/*$*$*.class</exclude> <exclude>org/specs/**/*$*$*$*.class</exclude> <exclude>org/specs/**/*anonfun*.class</exclude> </excludes> </instrumentation> </configuration> <executions> <execution> <goals> <goal>clean</goal> </goals> </execution> </executions> </plugin> </plugins> </build> <reporting> <plugins> <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>cobertura-maven-plugin</artifactId> </plugin> <plugin> <groupId>org.scala-tools</groupId> <artifactId>maven-scala-plugin</artifactId> <version>2.14-SNAPSHOT</version> <configuration> <jvmArgs> <jvmArg>-Xmx512m</jvmArg> </jvmArgs> <!-- <vscaladocVersion>1.2-SNAPSHOT</vscaladocVersion> --> <scalaVersion>${scala.version}</scalaVersion> </configuration> </plugin> </plugins> </reporting> <distributionManagement> <repository> <id>scala-tools.org</id> <url>http://nexus-direct.scala-tools.org/content/repositories/releases</url> </repository> <snapshotRepository> <id>scala-tools.org</id> <url>http://nexus-direct.scala-tools.org/content/repositories/snapshots</url> <uniqueVersion>false</uniqueVersion> </snapshotRepository> </distributionManagement> <profiles> <profile> <id>hudson</id> <distributionManagement> <repository> <id>hudson.scala-tools.org</id> <url>file:///home/scalatools/hudson/www/repo-snapshots</url> </repository> <snapshotRepository> <id>hudson.scala-tools.org</id> <url>file:///home/scalatools/hudson/www/repo-snapshots</url> <uniqueVersion>false</uniqueVersion> </snapshotRepository> </distributionManagement> </profile> </profiles> </project>