MVN

com.adobe.aem.demomachine : core

Maven & Gradle

Nov 04, 2020

demomachine · -

<dependency>
    <groupId>com.adobe.aem.demomachine</groupId>
    <artifactId>core</artifactId>
    <version>0.1.38</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.adobe.aem.demomachine : core to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.1.38

All Versions

Choose a version of com.adobe.aem.demomachine : core to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.1.x
core-0.1.3333
core-0.1.43
core-0.1.42
core-0.1.40
core-0.1.39
core-0.1.38
core-0.1.35
core-0.1.34
core-0.1.32
core-0.1.31
core-0.1.30
core-0.1.29
core-0.1.28
core-0.1.27
core-0.1.26
core-0.1.25
core-0.1.24
core-0.1.23
core-0.1.22
core-0.1.21
core-0.1.20
core-0.1.19
core-0.1.18
core-0.1.17
core-0.1.16
core-0.1.15
core-0.1.14
core-0.1.13
core-0.1.12
core-0.1.11
core-0.1.10
core-0.1.9
core-0.1.8
core-0.1.7
core-0.1.6
core-0.1.5
core-0.1.4
core-0.1.3
core-0.1.2
core-0.1.1
core-0.1.0

How to add a dependency to Maven

Add the following com.adobe.aem.demomachine : core maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.adobe.aem.demomachine</groupId>
    <artifactId>core</artifactId>
    <version>0.1.38</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.adobe.aem.demomachine : core gradle dependency to your build.gradle file:

implementation 'com.adobe.aem.demomachine:core:0.1.38'

Gradle Kotlin DSL: Add the following com.adobe.aem.demomachine : core gradle kotlin dependency to your build.gradle.kts file:

implementation("com.adobe.aem.demomachine:core:0.1.38")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.adobe.aem.demomachine : core sbt scala dependency to your build.sbt file:

libraryDependencies += "com.adobe.aem.demomachine" % "core" % "0.1.38"