MVN

se.skltp.aggregatingservices.riv.clinicalprocess.healthcond.actoutcome : GetAggregatedImagingOutcome

Maven & Gradle

Dec 08, 2017
1 usages
0 stars

GetAggregatedImagingOutcome

<dependency>
    <groupId>se.skltp.aggregatingservices.riv.clinicalprocess.healthcond.actoutcome</groupId>
    <artifactId>GetAggregatedImagingOutcome</artifactId>
    <version>1.2.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of se.skltp.aggregatingservices.riv.clinicalprocess.healthcond.actoutcome : GetAggregatedImagingOutcome to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.2.1
  • Latest Release Candidate: 1.2.1-RC1

All Versions

Choose a version of se.skltp.aggregatingservices.riv.clinicalprocess.healthcond.actoutcome : GetAggregatedImagingOutcome to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.2.x
GetAggregatedImagingOutcome-1.2.1
GetAggregatedImagingOutcome-1.2.1-RC1
GetAggregatedImagingOutcome-1.2.0
GetAggregatedImagingOutcome-1.2.0-RC1
1.1.x
GetAggregatedImagingOutcome-1.1.0
GetAggregatedImagingOutcome-1.1.0-RC1
1.0.x
GetAggregatedImagingOutcome-1.0.3
GetAggregatedImagingOutcome-1.0.3-RC4
GetAggregatedImagingOutcome-1.0.3-RC3
GetAggregatedImagingOutcome-1.0.3-RC2
GetAggregatedImagingOutcome-1.0.3-RC1
GetAggregatedImagingOutcome-1.0.2
GetAggregatedImagingOutcome-1.0.1

How to add a dependency to Maven

Add the following se.skltp.aggregatingservices.riv.clinicalprocess.healthcond.actoutcome : GetAggregatedImagingOutcome maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>se.skltp.aggregatingservices.riv.clinicalprocess.healthcond.actoutcome</groupId>
    <artifactId>GetAggregatedImagingOutcome</artifactId>
    <version>1.2.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following se.skltp.aggregatingservices.riv.clinicalprocess.healthcond.actoutcome : GetAggregatedImagingOutcome gradle dependency to your build.gradle file:

implementation 'se.skltp.aggregatingservices.riv.clinicalprocess.healthcond.actoutcome:GetAggregatedImagingOutcome:1.2.1'

Gradle Kotlin DSL: Add the following se.skltp.aggregatingservices.riv.clinicalprocess.healthcond.actoutcome : GetAggregatedImagingOutcome gradle kotlin dependency to your build.gradle.kts file:

implementation("se.skltp.aggregatingservices.riv.clinicalprocess.healthcond.actoutcome:GetAggregatedImagingOutcome:1.2.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following se.skltp.aggregatingservices.riv.clinicalprocess.healthcond.actoutcome : GetAggregatedImagingOutcome sbt scala dependency to your build.sbt file:

libraryDependencies += "se.skltp.aggregatingservices.riv.clinicalprocess.healthcond.actoutcome" % "GetAggregatedImagingOutcome" % "1.2.1"

Advertisement