MVP4G

Model View Presenter with Event Bus For GWT

License

License

GroupId

GroupId

com.googlecode.mvp4g
ArtifactId

ArtifactId

mvp4g
Last Version

Last Version

1.6.0
Release Date

Release Date

Type

Type

jar
Description

Description

MVP4G
Model View Presenter with Event Bus For GWT
Project URL

Project URL

https://github.com/mvp4g/mvp4g

Download mvp4g

How to add to project

<!-- https://jarcasting.com/artifacts/com.googlecode.mvp4g/mvp4g/ -->
<dependency>
    <groupId>com.googlecode.mvp4g</groupId>
    <artifactId>mvp4g</artifactId>
    <version>1.6.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.googlecode.mvp4g/mvp4g/
implementation 'com.googlecode.mvp4g:mvp4g:1.6.0'
// https://jarcasting.com/artifacts/com.googlecode.mvp4g/mvp4g/
implementation ("com.googlecode.mvp4g:mvp4g:1.6.0")
'com.googlecode.mvp4g:mvp4g:jar:1.6.0'
<dependency org="com.googlecode.mvp4g" name="mvp4g" rev="1.6.0">
  <artifact name="mvp4g" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.googlecode.mvp4g', module='mvp4g', version='1.6.0')
)
libraryDependencies += "com.googlecode.mvp4g" % "mvp4g" % "1.6.0"
[com.googlecode.mvp4g/mvp4g "1.6.0"]

Dependencies

compile (1)

Group / Artifact Type Version
com.google.gwt.inject : gin jar 2.1.2

provided (2)

Group / Artifact Type Version
com.google.gwt : gwt-user jar
com.google.gwt : gwt-dev jar

test (1)

Group / Artifact Type Version
junit : junit jar 4.11

Project Modules

There are no modules declared in this project.

Versions

Version
1.6.0
1.5.3
1.5.2
1.5.1
1.5.0
1.4.0
1.3.1
1.3.0
1.2.0