Maven Repository - POM file for Build common 0.3.1 0.3.1

Summary

Gradle Plugins.

Declaration

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

<dependency>
   <groupId>com.github.goldin.plugins.gradle</groupId>
   <artifactId>common</artifactId>
   <version>0.3.1</version>
</dependency>

If you think this Maven repository POM file listing for common 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 common-0.3.1 has 6 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
Loglogback-classic 1.0.13
logback-classic module
299
Groovygpars 1.1.0
The Groovy and Java high-level concurrency library offering actors, dataflow, CSP, agents, parallel collections, fork/join and more
16
JEEjackson-databind 2.2.3
General data-binding functionality for Jackson: works on core streaming API
35
JUnitjunit 4.11
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.
2031
JUnitspock-core 0.7-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...
107




Packages

The following packages are defined in the common-0.3.1.jar

org.leialearns.common
org.leialearns.common.logging

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.plugins.gradle</groupId>
  <artifactId>common</artifactId>
  <version>0.3.1</version>
  <name>Gradle Plugins</name>
  <description>Gradle Plugins</description>
  <url>http://evgeny-goldin.com/wiki/Gradle_Plugins</url>
  <inceptionYear>2010</inceptionYear>
  <licenses>
    <license>
      <name>Apache License</name>
      <distribution>repo</distribution>
    </license>
  </licenses>
  
  <scm>
    <connection>scm:git:git@github.com:evgeny-goldin/gradle-plugins.git</connection>
    <developerConnection>scm:git:git@github.com:evgeny-goldin/gradle-plugins.git</developerConnection>
    <url>git@github.com:evgeny-goldin/gradle-plugins.git</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>org.gcontracts</groupId>
      <artifactId>gcontracts-core</artifactId>
      <version>1.2.12</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>ch.qos.logback</groupId>
      <artifactId>logback-classic</artifactId>
      <version>1.0.13</version>
      <scope>test</scope>
    </dependency>
    <dependency>
      <groupId>org.codehaus.gpars</groupId>
      <artifactId>gpars</artifactId>
      <version>1.1.0</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>com.fasterxml.jackson.core</groupId>
      <artifactId>jackson-databind</artifactId>
      <version>2.2.3</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>junit</groupId>
      <artifactId>junit</artifactId>
      <version>4.11</version>
      <scope>test</scope>
    </dependency>
    <dependency>
      <groupId>org.spockframework</groupId>
      <artifactId>spock-core</artifactId>
      <version>0.7-groovy-1.8</version>
      <scope>compile</scope>
    </dependency>
  </dependencies>
</project>