ci-info
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>org.mvnpm</groupId>
<artifactId>ci-info</artifactId>
<version>4.4.0</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://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.mvnpm</groupId>
<artifactId>ci-info</artifactId>
<version>4.4.0</version>
<name>ci-info</name>
<description>Get details about the current Continuous Integration environment</description>
<url>https://github.com/watson/ci-info</url>
<organization>
<name>Thomas Watson Steen</name>
<url>https://github.com/watson/ci-info</url>
</organization>
<licenses>
<license>
<name>MIT</name>
</license>
</licenses>
<developers>
<developer>
<name>watson</name>
<email>w@tson.dk</email>
</developer>
<developer>
<name>sibiraj-s</name>
<email>npmjs.unbroken940@passmail.com</email>
</developer>
</developers>
<scm>
<connection>https://github.com/watson/ci-info.git</connection>
<developerConnection>https://github.com/watson/ci-info.git</developerConnection>
<url>https://github.com/watson/ci-info</url>
</scm>
<issueManagement>
<url>https://github.com/watson/ci-info/issues</url>
</issueManagement>
</project>