MVN

com.googlecode.cedar-common : mvp4g

Maven & Gradle

Mar 17, 2015
1 usages

Mvp4g (Repackaged) · *** THIS VERSION UPLOADED FOR USE WITH CEDAR-COMMON, TO AVOID SNAPSHOT DEPENDENCIES. *** Model View Presenter with Event Bus For GWT.

<dependency>
    <groupId>com.googlecode.cedar-common</groupId>
    <artifactId>mvp4g</artifactId>
    <version>1.5.0-20140506.192324-8-repackaged</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.googlecode.cedar-common : mvp4g to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.5.0-20140506.192324-8-repackaged

All Versions

Choose a version of com.googlecode.cedar-common : mvp4g to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.5.x
mvp4g-1.5.0-20140506.192324-8-repackaged
mvp4g-1.5.0-20121019.011853-3-repackaged

How to add a dependency to Maven

Add the following com.googlecode.cedar-common : mvp4g maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.googlecode.cedar-common</groupId>
    <artifactId>mvp4g</artifactId>
    <version>1.5.0-20140506.192324-8-repackaged</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.googlecode.cedar-common : mvp4g gradle dependency to your build.gradle file:

implementation 'com.googlecode.cedar-common:mvp4g:1.5.0-20140506.192324-8-repackaged'

Gradle Kotlin DSL: Add the following com.googlecode.cedar-common : mvp4g gradle kotlin dependency to your build.gradle.kts file:

implementation("com.googlecode.cedar-common:mvp4g:1.5.0-20140506.192324-8-repackaged")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.googlecode.cedar-common : mvp4g sbt scala dependency to your build.sbt file:

libraryDependencies += "com.googlecode.cedar-common" % "mvp4g" % "1.5.0-20140506.192324-8-repackaged"