Maven Repository - POM file for Development nebula-core 1.12.2 1.12.2

Summary

nebula-core.

Common classes that plugins might need.

Declaration

Here is the list of declaration for nebula-core. 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>nebula-core</artifactId>
   <version>1.12.2</version>
</dependency>

If you think this Maven repository POM file listing for nebula-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 nebula-core-1.12.2 has 1 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
Data Structurecommons-lang3 3.2.1
Apache Commons Lang, a package of Java utility classes for the classes that are in java.lang's hierarchy, or are considered to be so standard as to justify existence in java.lang.
31




Depended by

The following table lists the most popular artifacts which are depending on nebula-core-1.12.2. Their categories and depend by count are also listed.

CategoryArtifactDepended By Count
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 nebula-core-1.12.2.jar

nebula.core
nebula.core.tasks

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>nebula-core</artifactId>
  <version>1.12.2</version>
  <dependencies>
    <dependency>
      <groupId>org.apache.commons</groupId>
      <artifactId>commons-lang3</artifactId>
      <version>3.2.1</version>
      <scope>runtime</scope>
    </dependency>
  </dependencies>
  <name>nebula-core</name>
  <description>Common classes that plugins might need</description>
  
  <url>https://github.com/nebula-plugins/nebula-core</url>
  <scm>
    <url>scm:git://github.com/nebula-plugins/nebula-core.git</url>
    <connection>scm:git://github.com/nebula-plugins/nebula-core.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>