| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииJava Языки программирования |
| Группа | Группаcom.github.jpaoletti |
| Идентификатор | Идентификаторjava-presentation-manager |
| Последняя версия | Последняя версия1.5.3 |
| Дата | Дата |
| Тип | Типpom |
| Описание |
Описаниеjava-presentation-manager
Java Presentation Manager is a CRUD system with extended tools
to fast build an administrative and monitoring web site based in xml
definition files, with data source and interface independece so you can
define your model in xml terms and choose the data sources and
visualization that you like most.
|
| Имя Файла | Размер |
|---|---|
| java-presentation-manager-1.5.3.pom | 4 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.github.jpaoletti/java-presentation-manager/ -->
<dependency>
<groupId>com.github.jpaoletti</groupId>
<artifactId>java-presentation-manager</artifactId>
<version>1.5.3</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.jpaoletti/java-presentation-manager/
implementation 'com.github.jpaoletti:java-presentation-manager:1.5.3'
// https://jarcasting.com/artifacts/com.github.jpaoletti/java-presentation-manager/
implementation ("com.github.jpaoletti:java-presentation-manager:1.5.3")
'com.github.jpaoletti:java-presentation-manager:pom:1.5.3'
<dependency org="com.github.jpaoletti" name="java-presentation-manager" rev="1.5.3">
<artifact name="java-presentation-manager" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.jpaoletti', module='java-presentation-manager', version='1.5.3')
)
libraryDependencies += "com.github.jpaoletti" % "java-presentation-manager" % "1.5.3"
[com.github.jpaoletti/java-presentation-manager "1.5.3"]