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: 8 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 (over 8 years ago)
- Default Branch: main
- Last Pushed: 2024-04-08T15:45:42.000Z (over 1 year ago)
- Last Synced: 2024-04-08T19:09:08.069Z (over 1 year 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*
[](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
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).