AEM SPA Project Core

spa-project-core

License

License

GroupId

GroupId

com.adobe.aem
ArtifactId

ArtifactId

aem.project.core
Last Version

Last Version

1.0.0
Release Date

Release Date

Type

Type

pom
Description

Description

AEM SPA Project Core
spa-project-core
Project URL

Project URL

https://github.com/adobe/aem-spa-project-core
Source Code Management

Source Code Management

https://github.com/adobe/aem-spa-project-core

Download aem.project.core

Filename Size
aem.project.core-1.0.0.pom 32 KB
Browse

How to add to project

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

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

  • all
  • core
  • ui.apps

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