MVN

eu.europa.ec.itb : gitb-types

Maven & Gradle

Jun 23, 2023
0 stars

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

<dependency>
    <groupId>eu.europa.ec.itb</groupId>
    <artifactId>gitb-types</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 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 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.20.x
gitb-types-1.20.1
gitb-types-1.20.1-M1
gitb-types-1.20.0
1.19.x
gitb-types-1.19.0
1.18.x
gitb-types-1.18.1
gitb-types-1.18.0
1.17.x
gitb-types-1.17.0
1.16.x
gitb-types-1.16.1
gitb-types-1.16.0
1.15.x
gitb-types-1.15.1
gitb-types-1.15.0
1.14.x
gitb-types-1.14.1
gitb-types-1.14.0
1.13.x
gitb-types-1.13.0
1.12.x
gitb-types-1.12.0
1.11.x
gitb-types-1.11.1
gitb-types-1.11.0
1.10.x
gitb-types-1.10.2
gitb-types-1.10.1
gitb-types-1.10.0
1.9.x
gitb-types-1.9.1
gitb-types-1.9.0
1.8.x
gitb-types-1.8.0
1.7.x
gitb-types-1.7.2
gitb-types-1.7.1
gitb-types-1.7.0
1.6.x
gitb-types-1.6.1
gitb-types-1.6.0
1.5.x
gitb-types-1.5.0
1.4.x
gitb-types-1.4.1
gitb-types-1.4.0

How to add a dependency to Maven

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

<dependency>
    <groupId>eu.europa.ec.itb</groupId>
    <artifactId>gitb-types</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 gradle dependency to your build.gradle file:

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

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

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

How to add a dependency to SBT Scala

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

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

Advertisement