spa-project-core - Core

Core bundle for spa-project-core

License

License

GroupId

GroupId

com.adobe.aem
ArtifactId

ArtifactId

aem.project.core.core
Last Version

Last Version

1.0.0
Release Date

Release Date

Type

Type

jar
Description

Description

spa-project-core - Core
Core bundle for spa-project-core

Download aem.project.core.core

How to add to project

<!-- https://jarcasting.com/artifacts/com.adobe.aem/aem.project.core.core/ -->
<dependency>
    <groupId>com.adobe.aem</groupId>
    <artifactId>aem.project.core.core</artifactId>
    <version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.adobe.aem/aem.project.core.core/
implementation 'com.adobe.aem:aem.project.core.core:1.0.0'
// https://jarcasting.com/artifacts/com.adobe.aem/aem.project.core.core/
implementation ("com.adobe.aem:aem.project.core.core:1.0.0")
'com.adobe.aem:aem.project.core.core:jar:1.0.0'
<dependency org="com.adobe.aem" name="aem.project.core.core" rev="1.0.0">
  <artifact name="aem.project.core.core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.adobe.aem', module='aem.project.core.core', version='1.0.0')
)
libraryDependencies += "com.adobe.aem" % "aem.project.core.core" % "1.0.0"
[com.adobe.aem/aem.project.core.core "1.0.0"]

Dependencies

compile (3)

Group / Artifact Type Version
org.jetbrains : annotations jar 18.0.0
javax.inject : javax.inject jar 1
com.adobe.cq : core.wcm.components.core jar 2.7.0

provided (15)

Group / Artifact Type Version
org.osgi : org.osgi.annotation.versioning jar 1.1.0
org.osgi : org.osgi.annotation.bundle jar 1.0.0
org.osgi : org.osgi.service.metatype.annotations jar 1.4.0
org.osgi : org.osgi.service.component.annotations jar 1.4.0
org.osgi : org.osgi.service.component jar 1.4.0
org.osgi : org.osgi.service.cm jar 1.6.0
org.osgi : org.osgi.service.event jar 1.3.1
org.osgi : org.osgi.service.log jar 1.4.0
org.osgi : org.osgi.framework jar 1.9.0
org.osgi : org.osgi.resource jar 1.0.0
org.slf4j : slf4j-api jar 1.7.21
javax.jcr : jcr jar 2.0
javax.servlet : javax.servlet-api jar 3.1.0
com.adobe.aem : uber-jar jar 6.4.2
org.apache.sling : org.apache.sling.models.api jar 1.3.6

test (6)

Group / Artifact Type Version
org.junit.jupiter : junit-jupiter jar
org.mockito : mockito-core jar 2.25.1
org.mockito : mockito-junit-jupiter jar 2.25.1
junit-addons : junit-addons jar 1.4
io.wcm : io.wcm.testing.aem-mock.junit5 jar 2.5.2
uk.org.lidalia : slf4j-test jar 1.0.1

Project Modules

There are no modules declared in this project.

SPA Project Core

License Version

This package contains the components required for building a single-page application using AEM.

It contains a Page interface (extension of the Core Components' Page v1 and v2), which adds support for a hierarchical model of subpages with which a single-page application can be built.

The PageImpl allows the retrieval of a hierarchical page model in JSON format. The content of the exported model can be configured using parameters. More information can be found in PageImpl.java.

Installation

The dependency can be found here: https://mvnrepository.com/artifact/com.adobe.aem/aem.project.core Simply put the following in your pom.xml:

<dependency>
    <groupId>com.adobe.aem</groupId>
    <artifactId>spa.project.core</artifactId>
    <version><Version></version>
    <type>pom</type>
</dependency>

Documentation

Contributing

Contributions are welcome! Read the Contributing Guide for more information.

Licensing

This project is licensed under the Apache V2 License. See LICENSE for more information.

com.adobe.aem

Adobe, Inc.

Open source from Adobe

Versions

Version
1.0.0