apm-install
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>com.cognifide.apm</groupId> <artifactId>apm-install</artifactId> <version>5.7.2</version> </dependency>
<?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"> <!-- This module was also published with a richer model, Gradle metadata, --> <!-- which should be used instead. Do not delete the following line which --> <!-- is to indicate to Gradle or any Gradle module metadata file consumer --> <!-- that they should prefer consuming it instead. --> <!-- do_not_remove: published-with-gradle-metadata --> <modelVersion>4.0.0</modelVersion> <groupId>com.cognifide.apm</groupId> <artifactId>apm-install</artifactId> <version>5.7.2</version> <name>APM - install</name> <description>APM Install</description> <url>https://github.com/wttech/APM</url> <organization> <name>Wunderman Thompson Technology</name> <url>https://www.wundermanthompson.com</url> </organization> <licenses> <license> <name>The Apache License, Version 2.0</name> <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> </license> </licenses> <developers> <developer> <name>Dominik Przybyl</name> <email>dominik.przybyl@wundermanthompson.com</email> <organization>Wunderman Thompson Technology</organization> <organizationUrl>https://www.wundermanthompson.com</organizationUrl> <roles> <role>architect</role> <role>developer</role> </roles> </developer> <developer> <name>Krystian Panek</name> <email>krystian.panek@wundermanthompson.com</email> <organization>Wunderman Thompson Technology</organization> <organizationUrl>https://www.wundermanthompson.com</organizationUrl> <roles> <role>consultant</role> </roles> </developer> </developers> <scm> <connection>https://github.com/wttech/APM.git</connection> <developerConnection>https://github.com/wttech/APM.git</developerConnection> <url>https://github.com/wttech/APM</url> </scm> <dependencies> <dependency> <groupId>com.adobe.aem</groupId> <artifactId>uber-jar</artifactId> <version>6.4.0</version> <classifier>apis</classifier> <scope>runtime</scope> </dependency> <dependency> <groupId>org.osgi</groupId> <artifactId>osgi.cmpn</artifactId> <version>6.0.0</version> <scope>runtime</scope> </dependency> <dependency> <groupId>org.osgi</groupId> <artifactId>org.osgi.core</artifactId> <version>6.0.0</version> <scope>runtime</scope> </dependency> <dependency> <groupId>javax.jcr</groupId> <artifactId>jcr</artifactId> <version>2.0</version> <scope>runtime</scope> </dependency> <dependency> <groupId>javax.annotation</groupId> <artifactId>javax.annotation-api</artifactId> <version>1.3.2</version> <scope>runtime</scope> </dependency> <dependency> <groupId>javax.inject</groupId> <artifactId>javax.inject</artifactId> <version>1</version> <scope>runtime</scope> </dependency> <dependency> <groupId>javax.servlet</groupId> <artifactId>javax.servlet-api</artifactId> <version>3.1.0</version> <scope>runtime</scope> </dependency> <dependency> <groupId>com.cognifide.apm</groupId> <artifactId>apm-api</artifactId> <version>5.7.2</version> <scope>runtime</scope> </dependency> <dependency> <groupId>com.cognifide.apm</groupId> <artifactId>apm-core</artifactId> <version>5.7.2</version> <scope>runtime</scope> </dependency> </dependencies> </project>