Maven Repository - POM file for Build gradle-contacts-plugin 1.12.4 1.12.4

Summary

gradle-contacts-plugin.

Plugin to specify and publish who the owner of a project is.

Declaration

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

<dependency>
   <groupId>com.netflix.nebula</groupId>
   <artifactId>gradle-contacts-plugin</artifactId>
   <version>1.12.4</version>
</dependency>

If you think this Maven repository POM file listing for gradle-contacts-plugin 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.





Depended by

The following table lists the most popular artifacts which are depending on gradle-contacts-plugin-1.12.4. Their categories and depend by count are also listed.

CategoryArtifactDepended By Count
Buildgradle-info-plugin 1.12.4
Gradle plugin collect and provide information about the environment
11
Buildgradle-info-plugin 1.12.4
Gradle plugin collect and provide information about the environment
11
Buildgradle-info-plugin 1.12.3
Gradle plugin collect and provide information about the environment
15
Buildgradle-info-plugin 1.12.3
Gradle plugin collect and provide information about the environment
15
Buildnebula-project-plugin 1.12.9
Gradle plugin to setup a responsible Gradle project
7
Buildnebula-project-plugin 1.12.9
Gradle plugin to setup a responsible Gradle project
7

Packages

The following packages are defined in the gradle-contacts-plugin-1.12.4.jar

nebula.plugin.contacts

POM File Source

Here is the content of the POM file.

<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" 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">
  <modelVersion>4.0.0</modelVersion>
  <groupId>com.netflix.nebula</groupId>
  <artifactId>gradle-contacts-plugin</artifactId>
  <version>1.12.4</version>
  <name>gradle-contacts-plugin</name>
  <description>Plugin to specify and publish who the owner of a project is</description>
  
  <url>https://github.com/nebula-plugins/gradle-contacts-plugin</url>
  <scm>
    <url>scm:git://github.com/nebula-plugins/gradle-contacts-plugin.git</url>
    <connection>scm:git://github.com/nebula-plugins/gradle-contacts-plugin.git</connection>
  </scm>
  <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>
</project>