MVN

org.mongodb.morphia : morphia-gwt

Maven & Gradle

May 08, 2014
1 stars

morphia-gwt · Morphia GWT Extension

<dependency>
    <groupId>org.mongodb.morphia</groupId>
    <artifactId>morphia-gwt</artifactId>
    <version>0.107.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.mongodb.morphia : morphia-gwt to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.107.2

All Versions

Choose a version of org.mongodb.morphia : morphia-gwt to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.107.x
morphia-gwt-0.107.2
0.107
morphia-gwt-0.107
0.106
morphia-gwt-0.106
0.105
morphia-gwt-0.105

How to add a dependency to Maven

Add the following org.mongodb.morphia : morphia-gwt maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.mongodb.morphia</groupId>
    <artifactId>morphia-gwt</artifactId>
    <version>0.107.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.mongodb.morphia : morphia-gwt gradle dependency to your build.gradle file:

implementation 'org.mongodb.morphia:morphia-gwt:0.107.2'

Gradle Kotlin DSL: Add the following org.mongodb.morphia : morphia-gwt gradle kotlin dependency to your build.gradle.kts file:

implementation("org.mongodb.morphia:morphia-gwt:0.107.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.mongodb.morphia : morphia-gwt sbt scala dependency to your build.sbt file:

libraryDependencies += "org.mongodb.morphia" % "morphia-gwt" % "0.107.2"

Advertisement