MVN

com.geeoz.ean : ean-api

Maven & Gradle

Jul 15, 2013

EAN API · A project to aid integration with the EAN Hotels api in Java projects.

<dependency>
    <groupId>com.geeoz.ean</groupId>
    <artifactId>ean-api</artifactId>
    <version>3.25.0d1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.geeoz.ean : ean-api to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.25.0d1

All Versions

Choose a version of com.geeoz.ean : ean-api to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.25.x
ean-api-3.25.0d1

How to add a dependency to Maven

Add the following com.geeoz.ean : ean-api maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.geeoz.ean</groupId>
    <artifactId>ean-api</artifactId>
    <version>3.25.0d1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.geeoz.ean : ean-api gradle dependency to your build.gradle file:

implementation 'com.geeoz.ean:ean-api:3.25.0d1'

Gradle Kotlin DSL: Add the following com.geeoz.ean : ean-api gradle kotlin dependency to your build.gradle.kts file:

implementation("com.geeoz.ean:ean-api:3.25.0d1")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.geeoz.ean : ean-api sbt scala dependency to your build.sbt file:

libraryDependencies += "com.geeoz.ean" % "ean-api" % "3.25.0d1"