Core
The Holon Platform Core module represents the platform foundation, providing the definition of the overall architecture, base structures and APIs, such as the Property
model, the Datastore
API and the Context
resources support.
Source code: Holon Core GitHub repository
API: Javadocs
Reference manual: HTML | PDF
License: Apache 2.0
<dependencyManagement>
<dependency>
<groupId>com.holon-platform.core</groupId>
<artifactId>bom</artifactId>
<version>5.5.0</version>
<type>pom</type>
<scope>import</scope>
</dependency>
</dependencyManagement>
Using the platform BOM is recommended. com.holon-platform.core
Artifact id | Description |
---|---|
holon-core |
Platform core components, services and APIs |
holon-http |
HTTP messages support |
holon-async-http |
Asynchronous HTTP messages support |
holon-async-datastore |
Asynchronous Datastore API |
holon-auth |
Authentication and Authorization |
holon-auth-jwt |
JSON Web Tokens support |
holon-spring |
Spring integration |
holon-spring-security |
Spring Security integration |
holon-spring-boot |
Spring Boot integration |
holon-starter |
Base Spring Boot starter |
holon-starter-security |
Base Spring Boot starter with Spring Security integration |
holon-starter-test |
Base Spring Boot starter for Unit tests |