MVN

gov.hhs.aspr.ms.taskit : core

Maven & Gradle

Apr 08, 2024
2 stars

Translation and Serialization Toolkit (Taskit): Core · The core components of a toolkit that aids in the conversion between two Java objects, primiarly for use with coverting between an input Java object and a application Java object.

<dependency>
    <groupId>gov.hhs.aspr.ms.taskit</groupId>
    <artifactId>core</artifactId>
    <version>3.2.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of gov.hhs.aspr.ms.taskit : core to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.2.1

All Versions

Choose a version of gov.hhs.aspr.ms.taskit : core to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.2.x
core-3.2.1
core-3.2.0

How to add a dependency to Maven

Add the following gov.hhs.aspr.ms.taskit : core maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>gov.hhs.aspr.ms.taskit</groupId>
    <artifactId>core</artifactId>
    <version>3.2.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following gov.hhs.aspr.ms.taskit : core gradle dependency to your build.gradle file:

implementation 'gov.hhs.aspr.ms.taskit:core:3.2.1'

Gradle Kotlin DSL: Add the following gov.hhs.aspr.ms.taskit : core gradle kotlin dependency to your build.gradle.kts file:

implementation("gov.hhs.aspr.ms.taskit:core:3.2.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following gov.hhs.aspr.ms.taskit : core sbt scala dependency to your build.sbt file:

libraryDependencies += "gov.hhs.aspr.ms.taskit" % "core" % "3.2.1"