- Rendering of JSX based views in Java
complate adapter that can be used in Java projects for rendering JSX based views.
Download the jar through Maven:
<dependency>
<groupId>org.complate</groupId>
<artifactId>complate-nashorn</artifactId>
<version>1.0.0</version>
</dependency>or
<dependency>
<groupId>org.complate</groupId>
<artifactId>complate-graal</artifactId>
<version>1.0.0</version>
</dependency>If you want to use the latest unstable version 1.0.1-SNAPSHOT you need to
configure Sonatype's OSS Nexus as snapshot repository:
<repository>
<name>Central Portal Snapshots</name>
<id>central-portal-snapshots</id>
<url>https://central.sonatype.com/repository/maven-snapshots/</url>
<releases>
<enabled>false</enabled>
</releases>
<snapshots>
<enabled>true</enabled>
</snapshots>
</repository>See CHANGELOG.md
See FAQ.md
Contributor Code of Conduct. By participating in this project you agree to abide by its terms.
complate-java is Open Source software released under the Apache 2.0 license.