License |
License |
---|---|
GroupId | GroupIdcom.googlecode.mvp4g |
ArtifactId | ArtifactIdmvp4g |
Last Version | Last Version1.6.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionMVP4G
Model View Presenter with Event Bus For GWT
|
Project URL |
Project URL |
Filename | Size |
---|---|
mvp4g-1.6.0.pom | |
mvp4g-1.6.0.jar | 202 KB |
mvp4g-1.6.0-sources.jar | 131 KB |
mvp4g-1.6.0-javadoc.jar | 601 KB |
Browse |
<!-- 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"]
Group / Artifact | Type | Version |
---|---|---|
com.google.gwt.inject : gin | jar | 2.1.2 |
Group / Artifact | Type | Version |
---|---|---|
com.google.gwt : gwt-user | jar | |
com.google.gwt : gwt-dev | jar |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.11 |