html4j-archetype
Maven archetype for http://html.java.net technology
| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииIDE Инструменты разработки |
| Группа | Группаorg.apidesign.html |
| Идентификатор | Идентификаторcrud4j-archetype |
| Последняя версия | Последняя версия1.1.2 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеCRUD for HTML/Java Maven Archetype
HTML page with master/detail showing results obtains
for a Jersey server. Everything written in Java.
Use your favorite language to code. Run the same code
on server as well as client. Use
HTML as a lightweight rendering toolkit. Deploy to desktop,
Android, iOS, HTML5 browser.
|
| Организация-разработчик |
Организация-разработчик |
| Имя Файла | Размер |
|---|---|
| crud4j-archetype-1.1.2.pom | |
| crud4j-archetype-1.1.2.jar | 65 KB |
| crud4j-archetype-1.1.2-sources.jar | 65 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.apidesign.html/crud4j-archetype/ -->
<dependency>
<groupId>org.apidesign.html</groupId>
<artifactId>crud4j-archetype</artifactId>
<version>1.1.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.apidesign.html/crud4j-archetype/
implementation 'org.apidesign.html:crud4j-archetype:1.1.2'
// https://jarcasting.com/artifacts/org.apidesign.html/crud4j-archetype/
implementation ("org.apidesign.html:crud4j-archetype:1.1.2")
'org.apidesign.html:crud4j-archetype:jar:1.1.2'
<dependency org="org.apidesign.html" name="crud4j-archetype" rev="1.1.2">
<artifact name="crud4j-archetype" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apidesign.html', module='crud4j-archetype', version='1.1.2')
)
libraryDependencies += "org.apidesign.html" % "crud4j-archetype" % "1.1.2"
[org.apidesign.html/crud4j-archetype "1.1.2"]
Maven archetype for http://html.java.net technology