Skip to content

complate/complate-java

Repository files navigation

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>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>

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.

About

Rendering of JSX based views in Java

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Contributors 8