MVN

dev.ikm.tinkar : tinkar-core

Maven & Gradle

Jan 24, 2024
2 stars

IKM tinkar core · Tinkar-core is a java software project that aims to provides a reference implementation for the open-source HL7 Tinkar informational Ballot. Tinkar and its underlining data model serves as a self-describing terminology model that can be used to harmonize other standards based models.

<dependency>
    <groupId>dev.ikm.tinkar</groupId>
    <artifactId>tinkar-core</artifactId>
    <version>1.26.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of dev.ikm.tinkar : tinkar-core to add to Maven - Latest Versions:

  • Latest Stable: 1.26.0

All Versions

Choose a version of dev.ikm.tinkar : tinkar-core to add to Maven - All Versions:

Version Vulnerabilities Updated
1.26.x
tinkar-core-1.26.0

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>dev.ikm.tinkar</groupId>
    <artifactId>tinkar-core</artifactId>
    <version>1.26.0</version>
</dependency>