MVN

org.openengsb.domain : openengsb-domain-appointment

Maven & Gradle

May 22, 2011
1 usages

OpenEngSB :: Domain :: Appointment · Appointment Domain is an abstraction of basic appointment services (e.g. doodle)

<dependency>
    <groupId>org.openengsb.domain</groupId>
    <artifactId>openengsb-domain-appointment</artifactId>
    <version>1.2.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.openengsb.domain : openengsb-domain-appointment to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.2.1

All Versions

Choose a version of org.openengsb.domain : openengsb-domain-appointment to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.2.x
openengsb-domain-appointment-1.2.1
openengsb-domain-appointment-1.2.0
openengsb-domain-appointment-1.2.0.M4

How to add a dependency to Maven

Add the following org.openengsb.domain : openengsb-domain-appointment maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.openengsb.domain</groupId>
    <artifactId>openengsb-domain-appointment</artifactId>
    <version>1.2.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.openengsb.domain : openengsb-domain-appointment gradle dependency to your build.gradle file:

implementation 'org.openengsb.domain:openengsb-domain-appointment:1.2.1'

Gradle Kotlin DSL: Add the following org.openengsb.domain : openengsb-domain-appointment gradle kotlin dependency to your build.gradle.kts file:

implementation("org.openengsb.domain:openengsb-domain-appointment:1.2.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.openengsb.domain : openengsb-domain-appointment sbt scala dependency to your build.sbt file:

libraryDependencies += "org.openengsb.domain" % "openengsb-domain-appointment" % "1.2.1"