MVN

com.sixthsenseapp.superpom : sixthsenseapp-superpom

Maven & Gradle

Aug 21, 2014

SixthSenseApp Super POM · SuperPOM for SixthSense App containing library versions and plugin standard configurations for any SixthSense project. It contains also Artifactory endpoints configuration for deploy, which require authentication. Standard SixthSenseApp SuperPOM will be released on Maven Central Repo

<dependency>
    <groupId>com.sixthsenseapp.superpom</groupId>
    <artifactId>sixthsenseapp-superpom</artifactId>
    <version>1.0.5</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.sixthsenseapp.superpom : sixthsenseapp-superpom to add to Maven - Latest Versions:

  • Latest Stable: 1.0.5

All Versions

Choose a version of com.sixthsenseapp.superpom : sixthsenseapp-superpom to add to Maven - All Versions:

Version Vulnerabilities Updated
1.0.x
sixthsenseapp-superpom-1.0.5
sixthsenseapp-superpom-1.0.4
sixthsenseapp-superpom-1.0.2

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>com.sixthsenseapp.superpom</groupId>
    <artifactId>sixthsenseapp-superpom</artifactId>
    <version>1.0.5</version>
</dependency>