MVN

eu.europa.ec.itb : gitb-types-jakarta

Maven & Gradle

Jun 23, 2023

Type definitions for GITB types and services. This library includes classes annotated using Jakarta APIs (JAXB, JAX-WS) for use in Jakarta EE projects.

<dependency>
    <groupId>eu.europa.ec.itb</groupId>
    <artifactId>gitb-types-jakarta</artifactId>
    <version>1.20.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of eu.europa.ec.itb : gitb-types-jakarta to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.20.1

All Versions

Choose a version of eu.europa.ec.itb : gitb-types-jakarta to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.20.x
gitb-types-jakarta-1.20.1
gitb-types-jakarta-1.20.1-M1
gitb-types-jakarta-1.20.0
1.19.x
gitb-types-jakarta-1.19.0
1.18.x
gitb-types-jakarta-1.18.1

How to add a dependency to Maven

Add the following eu.europa.ec.itb : gitb-types-jakarta maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>eu.europa.ec.itb</groupId>
    <artifactId>gitb-types-jakarta</artifactId>
    <version>1.20.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following eu.europa.ec.itb : gitb-types-jakarta gradle dependency to your build.gradle file:

implementation 'eu.europa.ec.itb:gitb-types-jakarta:1.20.1'

Gradle Kotlin DSL: Add the following eu.europa.ec.itb : gitb-types-jakarta gradle kotlin dependency to your build.gradle.kts file:

implementation("eu.europa.ec.itb:gitb-types-jakarta:1.20.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following eu.europa.ec.itb : gitb-types-jakarta sbt scala dependency to your build.sbt file:

libraryDependencies += "eu.europa.ec.itb" % "gitb-types-jakarta" % "1.20.1"