MVN

de.caluga : morphium-gui

Maven & Gradle

Sep 12, 2012

MorphiumGui · Morphium - a Caching Object Mapper for MongoDB. This is the GUI-Part of the project. Easy to use Swing-Widgets

<dependency>
    <groupId>de.caluga</groupId>
    <artifactId>morphium-gui</artifactId>
    <version>0.6.13</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of de.caluga : morphium-gui to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.6.13

All Versions

Choose a version of de.caluga : morphium-gui to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.6.x
morphium-gui-0.6.13

How to add a dependency to Maven

Add the following de.caluga : morphium-gui maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>de.caluga</groupId>
    <artifactId>morphium-gui</artifactId>
    <version>0.6.13</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following de.caluga : morphium-gui gradle dependency to your build.gradle file:

implementation 'de.caluga:morphium-gui:0.6.13'

Gradle Kotlin DSL: Add the following de.caluga : morphium-gui gradle kotlin dependency to your build.gradle.kts file:

implementation("de.caluga:morphium-gui:0.6.13")

How to add a dependency to SBT Scala

SBT Scala: Add the following de.caluga : morphium-gui sbt scala dependency to your build.sbt file:

libraryDependencies += "de.caluga" % "morphium-gui" % "0.6.13"

Advertisement