MVN

com.bagtag.ebt-framework : ebt-framework

Maven & Gradle

Jun 27, 2023

BAGTAG EBT Framework · The most seamless way for passengers to use an electronic bag tag is by offering the functionality during or after the mobile check-in process. The BAGTAG EBT Framework is a complete user interface that can be easily added to any mobile app in a matter of days. The user interface is optimised for a fast and seamless baggage check-in experience. The BAGTAG EBT Framework supports all Electronic Bag Tags available on the market.

<dependency>
    <groupId>com.bagtag.ebt-framework</groupId>
    <artifactId>ebt-framework</artifactId>
    <version>1.17.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.bagtag.ebt-framework : ebt-framework to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.17.0

All Versions

Choose a version of com.bagtag.ebt-framework : ebt-framework to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.17.x
ebt-framework-1.17.0
1.16.x
ebt-framework-1.16.0
1.15
ebt-framework-1.15
1.13.x
ebt-framework-1.13.2
ebt-framework-1.13.1
ebt-framework-1.13.0
1.12.x
ebt-framework-1.12.0
1.11.x
ebt-framework-1.11.0
1.10.x
ebt-framework-1.10.0
1.9.x
ebt-framework-1.9.5.1
ebt-framework-1.9.5
ebt-framework-1.9.4.1
ebt-framework-1.9.4
ebt-framework-1.9.3
ebt-framework-1.9.2
ebt-framework-1.9.1
1.9
ebt-framework-1.9
1.8.x
ebt-framework-1.8.4.7
ebt-framework-1.8.4.6
ebt-framework-1.8.4.5
ebt-framework-1.8.4.4
ebt-framework-1.8.4.3
ebt-framework-1.8.4.2
ebt-framework-1.8.4.1
ebt-framework-1.8.4.0
ebt-framework-1.8.3.15
ebt-framework-1.8.3.14
ebt-framework-1.8.3.13
ebt-framework-1.8.3.12
ebt-framework-1.8.3.11
ebt-framework-1.8.3.10
ebt-framework-1.8.3.9
ebt-framework-1.8.3.8
ebt-framework-1.8.3.7
ebt-framework-1.8.3.6
ebt-framework-1.8.3.5
ebt-framework-1.8.3.4
ebt-framework-1.8.3.3
ebt-framework-1.8.3.2
ebt-framework-1.8.3.1
ebt-framework-1.8.3
ebt-framework-1.8.0
1.7.x
ebt-framework-1.7.9
ebt-framework-1.7.8
ebt-framework-1.7.7
ebt-framework-1.7.6
ebt-framework-1.7.5
ebt-framework-1.7.4
ebt-framework-1.7.3
ebt-framework-1.7.2
ebt-framework-1.7.1
1.6.x
ebt-framework-1.6.3
ebt-framework-1.6.2
ebt-framework-1.6.1
ebt-framework-1.6.0
1.5.x
ebt-framework-1.5.0
1.3.x
ebt-framework-1.3.0
1.2.x
ebt-framework-1.2.1
ebt-framework-1.2.0
1.1.x
ebt-framework-1.1.0
1.0.x
ebt-framework-1.0.4
ebt-framework-1.0.3
ebt-framework-1.0.2
ebt-framework-1.0.1
ebt-framework-1.0.0
0.0.x
ebt-framework-0.0.1

How to add a dependency to Maven

Add the following com.bagtag.ebt-framework : ebt-framework maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.bagtag.ebt-framework</groupId>
    <artifactId>ebt-framework</artifactId>
    <version>1.17.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.bagtag.ebt-framework : ebt-framework gradle dependency to your build.gradle file:

implementation 'com.bagtag.ebt-framework:ebt-framework:1.17.0'

Gradle Kotlin DSL: Add the following com.bagtag.ebt-framework : ebt-framework gradle kotlin dependency to your build.gradle.kts file:

implementation("com.bagtag.ebt-framework:ebt-framework:1.17.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.bagtag.ebt-framework : ebt-framework sbt scala dependency to your build.sbt file:

libraryDependencies += "com.bagtag.ebt-framework" % "ebt-framework" % "1.17.0"