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: 4 months 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 (about 9 years ago)
- Default Branch: main
- Last Pushed: 2026-03-02T10:55:23.000Z (4 months ago)
- Last Synced: 2026-03-05T17:07:26.799Z (4 months ago)
- Topics: java, jsx, template-engine
- Language: Java
- Homepage: https://complate.github.io
- Size: 485 KB
- Stars: 3
- Watchers: 2
- Forks: 2
- Open Issues: 6
-
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*
[](https://maven-badges.herokuapp.com/maven-central/org.complate/complate-core)
[](https://www.apache.org/licenses/LICENSE-2.0)
[](https://github.com/complate/complate-java/issues)
[](https://github.com/complate/complate-java/actions/workflows/main.yml)
[](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
Central Portal Snapshots
central-portal-snapshots
https://central.sonatype.com/repository/maven-snapshots/
false
true
```
## 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).