Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/complate/complate-java
- Owner: complate
- License: apache-2.0
- Created: 2017-05-28T07:07:41.000Z (over 7 years ago)
- Default Branch: main
- Last Pushed: 2024-04-08T15:45:42.000Z (7 months ago)
- Last Synced: 2024-04-08T19:09:08.069Z (7 months ago)
- Topics: java, jsx, template-engine
- Language: Java
- Homepage: https://complate.github.io
- Size: 436 KB
- Stars: 3
- Watchers: 3
- Forks: 4
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
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).