complate adapter for Java

Java adapter for complate

Лицензия

Лицензия

Группа

Группа

org.complate
Идентификатор

Идентификатор

complate-core
Последняя версия

Последняя версия

0.2.0
Дата

Дата

Тип

Тип

jar
Описание

Описание

complate adapter for Java
Java adapter for complate
Ссылка на сайт

Ссылка на сайт

https://github.com/complate/complate-java
Организация-разработчик

Организация-разработчик

complate
Система контроля версий

Система контроля версий

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

Скачать complate-core

Как подключить последнюю версию

<!-- https://jarcasting.com/artifacts/org.complate/complate-core/ -->
<dependency>
    <groupId>org.complate</groupId>
    <artifactId>complate-core</artifactId>
    <version>0.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.complate/complate-core/
implementation 'org.complate:complate-core:0.2.0'
// https://jarcasting.com/artifacts/org.complate/complate-core/
implementation ("org.complate:complate-core:0.2.0")
'org.complate:complate-core:jar:0.2.0'
<dependency org="org.complate" name="complate-core" rev="0.2.0">
  <artifact name="complate-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.complate', module='complate-core', version='0.2.0')
)
libraryDependencies += "org.complate" % "complate-core" % "0.2.0"
[org.complate/complate-core "0.2.0"]

Зависимости

compile (1)

Идентификатор библиотеки Тип Версия
org.graalvm.js : js jar 20.1.0

provided (1)

Идентификатор библиотеки Тип Версия
javax.servlet : javax.servlet-api jar 4.0.1

test (4)

Идентификатор библиотеки Тип Версия
org.assertj : assertj-core jar 3.16.1
org.junit.jupiter : junit-jupiter-api jar
org.junit.jupiter : junit-jupiter-engine jar
org.mockito : mockito-core jar 3.3.3

Модули Проекта

Данный проект не имеет модулей.

complate-java

- Rendering of JSX based views in Java

Maven Central License Open Issues Build Status Quality Gate 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-core</artifactId>
  <version>0.2.0</version>
</dependency>

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

<repository>
  <id>ossrh</id>
  <name>Sonatype OSS Snapshot Repository</name>
  <url>https://oss.sonatype.org/content/repositories/snapshots</url>
</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.

org.complate

Версии библиотеки

Версия
0.2.0
0.1.0