MVN

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

Maven & Gradle

Jun 23, 2023

Specifications (WSDLs and XSDs) for GITB types and services.

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

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

How to add a dependency to Maven

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

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

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

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

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

How to add a dependency to SBT Scala

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

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