Maven Repository - POM file for JUnit spock-core 0.7-groovy-2.0 0.7-groovy-2.0

Summary

Spock Framework - Core Module.

Spock is a testing and specification framework for Java and Groovy applications. What makes it stand out from the crowd is its beautiful and highly expressive specification language. Thanks to its JUnit runner, Spock is compatible with most IDEs, build tools, and continuous integration servers. Spo....

Declaration

Here is the list of declaration for spock-core. If you use Maven you can use the following code to add the dependency for this POM file.

<dependency>
   <groupId>org.spockframework</groupId>
   <artifactId>spock-core</artifactId>
   <version>0.7-groovy-2.0</version>
</dependency>

If you think this Maven repository POM file listing for spock-core is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.





License

Name:The Apache Software License, Version 2.0
URL: http://www.apache.org/licenses/LICENSE-2.0.txt.

Depends on

The spock-core-0.7-groovy-2.0 has 7 dependencies.The most popular ones are listed in the following table along with their categories and number of artifacts depending on them.

CategoryArtifactDepended By Count
Developmentobjenesis 1.2
A library for instantiating Java objects
72
JUnitjunit-dep 4.10
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.
177
Groovygroovy-all 2.0.5
Groovy: A powerful, dynamic language for the JVM
14
Byte Codecglib-nodep 2.2.2
Code generation library with shaded ASM dependecies
60
Testinghamcrest-core 1.3
This is the core API of hamcrest matcher framework to be used by third-party framework providers. This includes the a foundation set of matcher implementations for common operations.
144

Depended by

The following table lists the most popular artifacts which are depending on spock-core-0.7-groovy-2.0. Their categories and depend by count are also listed.

CategoryArtifactDepended By Count
Springspock-spring 0.7-groovy-2.0
Spock's Spring Module makes it possible to use Spring's TestContext framework together with Spock. Both Spring 2.5.x and 3.x are supported.
11

Packages

The following packages are defined in the spock-core-0.7-groovy-2.0.jar

org.spockframework.builder
org.spockframework.buildsupport
org.spockframework.buildsupport.ant
org.spockframework.compiler
org.spockframework.compiler.model
org.spockframework.gentyref
org.spockframework.lang
org.spockframework.mock
org.spockframework.mock.constraint
org.spockframework.mock.response
org.spockframework.mock.runtime
org.spockframework.runtime
org.spockframework.runtime.condition
org.spockframework.runtime.extension
org.spockframework.runtime.extension.builtin
org.spockframework.runtime.model
org.spockframework.util
org.spockframework.util.inspector
spock.config
spock.lang
spock.util
spock.util.concurrent
spock.util.matcher
spock.util.mop




POM File Source

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="http://maven.apache.org/POM/4.0.0"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <modelVersion>4.0.0</modelVersion>
  <groupId>org.spockframework</groupId>
  <artifactId>spock-core</artifactId>
  <version>0.7-groovy-2.0</version>
  <name>Spock Framework - Core Module</name>
  <description>Spock is a testing and specification framework for Java and Groovy applications. What makes it stand out from the crowd is its beautiful and highly expressive specification language. Thanks to its JUnit runner, Spock is compatible with most IDEs, build tools, and continuous integration servers. Spock is inspired from JUnit, jMock, RSpec, Groovy, Scala, Vulcans, and other fascinating life forms.</description>
  <url>http://spockframework.org</url>
  <licenses>
    <license>
      <name>The Apache Software License, Version 2.0</name>
      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
      <distribution>repo</distribution>
    </license>
  </licenses>
  
  <scm>
    <connection>scm:git:git://github.com/spockframework/spock.git</connection>
    <developerConnection>scm:git:ssh://git@github.com/spockframework/spock.git</developerConnection>
    <url>http://github.spockframework.org/spock</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>org.ow2.asm</groupId>
      <artifactId>asm</artifactId>
      <version>4.0</version>
      <scope>compile</scope>
      <optional>true</optional>
    </dependency>
    <dependency>
      <groupId>org.objenesis</groupId>
      <artifactId>objenesis</artifactId>
      <version>1.2</version>
      <scope>compile</scope>
      <optional>true</optional>
    </dependency>
    <dependency>
      <groupId>org.apache.ant</groupId>
      <artifactId>ant</artifactId>
      <version>1.8.4</version>
      <scope>compile</scope>
      <optional>true</optional>
    </dependency>
    <dependency>
      <groupId>junit</groupId>
      <artifactId>junit-dep</artifactId>
      <version>4.10</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.codehaus.groovy</groupId>
      <artifactId>groovy-all</artifactId>
      <version>2.0.5</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>cglib</groupId>
      <artifactId>cglib-nodep</artifactId>
      <version>2.2.2</version>
      <scope>compile</scope>
      <optional>true</optional>
    </dependency>
    <dependency>
      <groupId>org.hamcrest</groupId>
      <artifactId>hamcrest-core</artifactId>
      <version>1.3</version>
      <scope>compile</scope>
    </dependency>
  </dependencies>
</project>