MVN

de.jakop.lotus : domingo

Maven & Gradle

Jan 08, 2020
0 stars

Domingo · Domingo offers a simple, consistent, objects-oriented easy-to-use interface to the Lotus Notes/Domino Java-API. This software was initially developed by beck et al. projects GmbH, http://www.bea-projects.de/ and published on http://domingo.sourceforge.net.

<dependency>
    <groupId>de.jakop.lotus</groupId>
    <artifactId>domingo</artifactId>
    <version>1.5.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of de.jakop.lotus : domingo to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.5.2

All Versions

Choose a version of de.jakop.lotus : domingo to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.5.x
domingo-1.5.2

How to add a dependency to Maven

Add the following de.jakop.lotus : domingo maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>de.jakop.lotus</groupId>
    <artifactId>domingo</artifactId>
    <version>1.5.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following de.jakop.lotus : domingo gradle dependency to your build.gradle file:

implementation 'de.jakop.lotus:domingo:1.5.2'

Gradle Kotlin DSL: Add the following de.jakop.lotus : domingo gradle kotlin dependency to your build.gradle.kts file:

implementation("de.jakop.lotus:domingo:1.5.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following de.jakop.lotus : domingo sbt scala dependency to your build.sbt file:

libraryDependencies += "de.jakop.lotus" % "domingo" % "1.5.2"

Advertisement