Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/complate/complate-java

Rendering of JSX based views in Java
https://github.com/complate/complate-java

java jsx template-engine

Last synced: about 4 hours ago
JSON representation

Rendering of JSX based views in Java

Awesome Lists containing this project

README

        

# complate-java
*- Rendering of JSX based views in Java*

[![Maven Central](https://maven-badges.herokuapp.com/maven-central/org.complate/complate-core/badge.svg)](https://maven-badges.herokuapp.com/maven-central/org.complate/complate-core)
[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://www.apache.org/licenses/LICENSE-2.0)
[![Open Issues](https://img.shields.io/github/issues/complate/complate-java.svg)](https://github.com/complate/complate-java/issues)
[![Build Status](https://github.com/complate/complate-java/actions/workflows/main.yml/badge.svg)](https://github.com/complate/complate-java/actions/workflows/main.yml)
[![Code Coverage](https://codecov.io/gh/complate/complate-java/branch/main/graph/badge.svg)](https://codecov.io/gh/complate/complate-java)

[complate](https://complate.org) adapter that can be used in Java projects for
rendering JSX based views.

## Quick Start

Download the jar through Maven:

```xml

org.complate
complate-nashorn
1.0.0

```

or

```xml

org.complate
complate-graal
1.0.0

```

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

```xml

ossrh
Sonatype OSS Snapshot Repository
https://oss.sonatype.org/content/repositories/snapshots

```

## Release History

See [CHANGELOG.md](./CHANGELOG.md)

## Frequently Asked Questions

See [FAQ.md](./FAQ.md)

## Code of Conduct

[Contributor Code of Conduct](./CODE_OF_CONDUCT.md). 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](http://www.apache.org/licenses/LICENSE-2.0.html).