- 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>
<id>ossrh</id>
<name>Sonatype OSS Snapshot Repository</name>
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
</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.