MVN

de.customed : plugin-api

Maven & Gradle

Dec 10, 2021
0 stars

Plugin API for custo diagnostic server · custo diagnostic server by custo med is part of the custo diagnostic medical product. In custo diagnostic, the entire cardiopulmonary functional diagnostics is integrated in one consistent and modular user interface. Our central software platform allows you to work consistently in all applications - from the single-user workstation to the multi-site solution.

<dependency>
    <groupId>de.customed</groupId>
    <artifactId>plugin-api</artifactId>
    <version>2.0.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of de.customed : plugin-api to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.0.0

All Versions

Choose a version of de.customed : plugin-api to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.0.x
plugin-api-2.0.0
1.1.x
plugin-api-1.1.0

How to add a dependency to Maven

Add the following de.customed : plugin-api maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>de.customed</groupId>
    <artifactId>plugin-api</artifactId>
    <version>2.0.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following de.customed : plugin-api gradle dependency to your build.gradle file:

implementation 'de.customed:plugin-api:2.0.0'

Gradle Kotlin DSL: Add the following de.customed : plugin-api gradle kotlin dependency to your build.gradle.kts file:

implementation("de.customed:plugin-api:2.0.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following de.customed : plugin-api sbt scala dependency to your build.sbt file:

libraryDependencies += "de.customed" % "plugin-api" % "2.0.0"

Advertisement