org.complate:complate-core

Core interfaces and utilities for complate


Keywords
java, jsx, template-engine
License
Apache-2.0

Documentation

complate-java

- Rendering of JSX based views in Java

Maven Central License Open Issues Build Status Code Coverage

complate adapter that can be used in Java projects for rendering JSX based views.

Quick Start

Download the jar through Maven:

<dependency>
  <groupId>org.complate</groupId>
  <artifactId>complate-nashorn</artifactId>
  <version>0.3.0</version>
</dependency>

or

<dependency>
  <groupId>org.complate</groupId>
  <artifactId>complate-graal</artifactId>
  <version>0.3.0</version>
</dependency>

If you want to use the latest unstable version 0.4.0-SNAPSHOT you need to configure Sonatype's OSS Nexus as snapshot repository:

<repository>
  <id>ossrh</id>
  <name>Sonatype OSS Snapshot Repository</name>
  <url>https://oss.sonatype.org/content/repositories/snapshots</url>
</repository>

Release History

See CHANGELOG.md

Frequently Asked Questions

See FAQ.md

Code of Conduct

Contributor Code of Conduct. By participating in this project you agree to abide by its terms.

License

complate-java is Open Source software released under the Apache 2.0 license.