j

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.
http://jpaoletti.github.com/java-presentation-manager/
GNU AFFERO GENERAL PUBLIC LICENSE v3
Jeronimo Paoletti
Files download
File Operation
java-presentation-manager-1.5.3.pom download
Apache Maven
<dependency>
  <groupId>com.github.jpaoletti</groupId>
  <artifactId>java-presentation-manager</artifactId>
  <version>1.5.3</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.github.jpaoletti:java-presentation-manager:1.5.3'
Gradle Kotlin
implementation("com.github.jpaoletti:java-presentation-manager:1.5.3")
Scala SBT
libraryDependencies += "com.github.jpaoletti" % "java-presentation-manager" % "1.5.3"
Groovy Grape
@Grapes(
  @Grab(group='com.github.jpaoletti', module='java-presentation-manager', version='1.5.3')
)
Apache Ivy
<dependency org="com.github.jpaoletti" name="java-presentation-manager" rev="1.5.3" />
Leiningen
[com.github.jpaoletti/java-presentation-manager "1.5.3"]
Apache Buildr
'com.github.jpaoletti:java-presentation-manager:jar:1.5.3'