Maven Repository - POM file for Development spock-extensions 0.1.4 0.1.4

Summary

Spock Extensions.

Declaration

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

<dependency>
   <groupId>com.github.goldin</groupId>
   <artifactId>spock-extensions</artifactId>
   <version>0.1.4</version>
</dependency>

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

License

Name:Apache License.

Depends on

The spock-extensions-0.1.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.

CategoryArtifactDepended By Count
JUnitspock-core 0.6-groovy-1.8
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...
8
Logslf4j-api 1.6.4
The slf4j API
550




Packages

The following packages are defined in the spock-extensions-0.1.4.jar

com.github.goldin.spock.extensions
com.github.goldin.spock.extensions.log
com.github.goldin.spock.extensions.profiler
com.github.goldin.spock.extensions.tempdir
com.github.goldin.spock.extensions.testdir
com.github.goldin.spock.extensions.time
com.github.goldin.spock.extensions.with

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>com.github.goldin</groupId>
  <artifactId>spock-extensions</artifactId>
  <version>0.1.4</version>
  <name>Spock Extensions</name>
  <description>Spock Extensions</description>
  <url>http://evgeny-goldin.com/wiki/Spock-extensions</url>
  <inceptionYear>2011</inceptionYear>
  <licenses>
    <license>
      <name>Apache License</name>
      <distribution>repo</distribution>
      <comments>
                /**
Copyright 2012 Goldin Evgeny (http://evgeny-goldin.com/)

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

   http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
                **/
          </comments>
    </license>
  </licenses>
  
  <scm>
    <connection>scm:git:git@github.com:evgeny-goldin/spock-extensions.git</connection>
    <developerConnection>scm:git:git@github.com:evgeny-goldin/spock-extensions.git</developerConnection>
    <url>git@github.com:evgeny-goldin/spock-extensions.git</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>org.spockframework</groupId>
      <artifactId>spock-core</artifactId>
      <version>0.6-groovy-1.8</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.gcontracts</groupId>
      <artifactId>gcontracts-core</artifactId>
      <version>1.2.5</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>ch.qos.logback</groupId>
      <artifactId>logback-classic</artifactId>
      <version>1.0.4</version>
      <scope>test</scope>
    </dependency>
    <dependency>
      <groupId>org.slf4j</groupId>
      <artifactId>slf4j-api</artifactId>
      <version>1.6.4</version>
      <scope>compile</scope>
    </dependency>
  </dependencies>
</project>