MVN

se.skltp.aggregatingservices.riv.clinicalprocess.activityprescription.actoutcome : GetAggregatedVaccinationHistory

Maven & Gradle

Dec 08, 2017
1 usages
0 stars

GetAggregatedVaccinationHistory

<dependency>
    <groupId>se.skltp.aggregatingservices.riv.clinicalprocess.activityprescription.actoutcome</groupId>
    <artifactId>GetAggregatedVaccinationHistory</artifactId>
    <version>2.2.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

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

All Versions

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

Version Vulnerabilities Updated
2.2.x
GetAggregatedVaccinationHistory-2.2.1
GetAggregatedVaccinationHistory-2.2.1-RC1
GetAggregatedVaccinationHistory-2.2.0
GetAggregatedVaccinationHistory-2.2.0-RC1
2.1.x
GetAggregatedVaccinationHistory-2.1.0
GetAggregatedVaccinationHistory-2.1.0-RC1
2.0.x
GetAggregatedVaccinationHistory-2.0.1
GetAggregatedVaccinationHistory-2.0.1-RC2
GetAggregatedVaccinationHistory-2.0.1-RC1
GetAggregatedVaccinationHistory-2.0.0
GetAggregatedVaccinationHistory-2.0.0-RC5
GetAggregatedVaccinationHistory-2.0.0-RC4
GetAggregatedVaccinationHistory-2.0.0-RC3
1.3.x
GetAggregatedVaccinationHistory-1.3.1
GetAggregatedVaccinationHistory-1.3.1-RC1
GetAggregatedVaccinationHistory-1.3.0
GetAggregatedVaccinationHistory-1.3.0-RC1
1.2.x
GetAggregatedVaccinationHistory-1.2.0
GetAggregatedVaccinationHistory-1.2.0-RC1
1.1.x
GetAggregatedVaccinationHistory-1.1.3
GetAggregatedVaccinationHistory-1.1.2
GetAggregatedVaccinationHistory-1.1.2-RC2
GetAggregatedVaccinationHistory-1.1.2-RC1

How to add a dependency to Maven

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

<dependency>
    <groupId>se.skltp.aggregatingservices.riv.clinicalprocess.activityprescription.actoutcome</groupId>
    <artifactId>GetAggregatedVaccinationHistory</artifactId>
    <version>2.2.1</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'se.skltp.aggregatingservices.riv.clinicalprocess.activityprescription.actoutcome:GetAggregatedVaccinationHistory:2.2.1'

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

implementation("se.skltp.aggregatingservices.riv.clinicalprocess.activityprescription.actoutcome:GetAggregatedVaccinationHistory:2.2.1")

How to add a dependency to SBT Scala

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

libraryDependencies += "se.skltp.aggregatingservices.riv.clinicalprocess.activityprescription.actoutcome" % "GetAggregatedVaccinationHistory" % "2.2.1"