MVN

com.github.mvp4g : mvp4g2-parent

Maven & Gradle

May 01, 2018
18 stars

MVP4G 2 parent - Implementation of mvp4g for GWT 2 + 3 · Model View Presenter with Event Bus For GWT 2 + 3 based on APT

<dependency>
    <groupId>com.github.mvp4g</groupId>
    <artifactId>mvp4g2-parent</artifactId>
    <version>1.0.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.mvp4g : mvp4g2-parent to add to Maven - Latest Versions:

  • Latest Stable: 1.0.1
  • Latest Release Candidate: 1.0-rc-3

All Versions

Choose a version of com.github.mvp4g : mvp4g2-parent to add to Maven - All Versions:

Version Vulnerabilities Updated
1.0.x
mvp4g2-parent-1.0.1
mvp4g2-parent-1.0.0
1.0
mvp4g2-parent-1.0-rc-3
mvp4g2-parent-1.0-rc-2

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>com.github.mvp4g</groupId>
    <artifactId>mvp4g2-parent</artifactId>
    <version>1.0.1</version>
</dependency>

Advertisement