is not current version
Last Version 1.5.3

com.github.jpaoletti:java-presentation-manager 1.2.0

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.

Categories

Categories

Java Languages
GroupId

GroupId

com.github.jpaoletti
ArtifactId

ArtifactId

java-presentation-manager
Version

Version

1.2.0
Type

Type

pom

Download java-presentation-manager 1.2.0


<!-- https://jarcasting.com/artifacts/com.github.jpaoletti/java-presentation-manager/ -->
<dependency>
    <groupId>com.github.jpaoletti</groupId>
    <artifactId>java-presentation-manager</artifactId>
    <version>1.2.0</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.jpaoletti/java-presentation-manager/
implementation 'com.github.jpaoletti:java-presentation-manager:1.2.0'
// https://jarcasting.com/artifacts/com.github.jpaoletti/java-presentation-manager/
implementation ("com.github.jpaoletti:java-presentation-manager:1.2.0")
'com.github.jpaoletti:java-presentation-manager:pom:1.2.0'
<dependency org="com.github.jpaoletti" name="java-presentation-manager" rev="1.2.0">
  <artifact name="java-presentation-manager" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.jpaoletti', module='java-presentation-manager', version='1.2.0')
)
libraryDependencies += "com.github.jpaoletti" % "java-presentation-manager" % "1.2.0"
[com.github.jpaoletti/java-presentation-manager "1.2.0"]