MVN

com.exasol : exasol-version-number-provider

Maven & Gradle

May 24, 2023
0 stars

exasol-version-number-provider · Tool that always provides you the most recent version of the Exasol docker-db.

<dependency>
    <groupId>com.exasol</groupId>
    <artifactId>exasol-version-number-provider</artifactId>
    <version>1.0.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.exasol : exasol-version-number-provider to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.0

All Versions

Choose a version of com.exasol : exasol-version-number-provider to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
exasol-version-number-provider-1.0.0
0.2.x
exasol-version-number-provider-0.2.5
exasol-version-number-provider-0.2.4
exasol-version-number-provider-0.2.3
exasol-version-number-provider-0.2.2
exasol-version-number-provider-0.2.1
exasol-version-number-provider-0.2.0
0.1.x
exasol-version-number-provider-0.1.0

How to add a dependency to Maven

Add the following com.exasol : exasol-version-number-provider maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.exasol</groupId>
    <artifactId>exasol-version-number-provider</artifactId>
    <version>1.0.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.exasol : exasol-version-number-provider gradle dependency to your build.gradle file:

implementation 'com.exasol:exasol-version-number-provider:1.0.0'

Gradle Kotlin DSL: Add the following com.exasol : exasol-version-number-provider gradle kotlin dependency to your build.gradle.kts file:

implementation("com.exasol:exasol-version-number-provider:1.0.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.exasol : exasol-version-number-provider sbt scala dependency to your build.sbt file:

libraryDependencies += "com.exasol" % "exasol-version-number-provider" % "1.0.0"

Advertisement