MVN

io.github.ian-hoyle : da-transform-schemas

Maven & Gradle

Apr 21, 2023

da-transform-schemas · Classes to be used by TRE Message producers/consumers

<dependency>
    <groupId>io.github.ian-hoyle</groupId>
    <artifactId>da-transform-schemas</artifactId>
    <version>0.107</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.ian-hoyle : da-transform-schemas to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.107

All Versions

Choose a version of io.github.ian-hoyle : da-transform-schemas to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.107
da-transform-schemas-0.107
0.106
da-transform-schemas-0.106
0.105
da-transform-schemas-0.105
0.104
da-transform-schemas-0.104
0.103
da-transform-schemas-0.103
0.102
da-transform-schemas-0.102
0.101
da-transform-schemas-0.101

How to add a dependency to Maven

Add the following io.github.ian-hoyle : da-transform-schemas maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.github.ian-hoyle</groupId>
    <artifactId>da-transform-schemas</artifactId>
    <version>0.107</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.github.ian-hoyle : da-transform-schemas gradle dependency to your build.gradle file:

implementation 'io.github.ian-hoyle:da-transform-schemas:0.107'

Gradle Kotlin DSL: Add the following io.github.ian-hoyle : da-transform-schemas gradle kotlin dependency to your build.gradle.kts file:

implementation("io.github.ian-hoyle:da-transform-schemas:0.107")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.github.ian-hoyle : da-transform-schemas sbt scala dependency to your build.sbt file:

libraryDependencies += "io.github.ian-hoyle" % "da-transform-schemas" % "0.107"