MVN

org.opendatadiscovery : ingestion-contract-server

Maven & Gradle

Jul 18, 2023
1 stars

Ingestion Contract Server · Ingestion Contract Server defines OpenDataDiscovery APIs and models for receiving ingestion data

<dependency>
    <groupId>org.opendatadiscovery</groupId>
    <artifactId>ingestion-contract-server</artifactId>
    <version>0.1.26</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.opendatadiscovery : ingestion-contract-server to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.1.26

All Versions

Choose a version of org.opendatadiscovery : ingestion-contract-server to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.1.x
ingestion-contract-server-0.1.26
ingestion-contract-server-0.1.25
ingestion-contract-server-0.1.24
ingestion-contract-server-0.1.23
ingestion-contract-server-0.1.22
ingestion-contract-server-0.1.21
ingestion-contract-server-0.1.20
ingestion-contract-server-0.1.19
ingestion-contract-server-0.1.18
ingestion-contract-server-0.1.17
ingestion-contract-server-0.1.16
ingestion-contract-server-0.1.15
ingestion-contract-server-0.1.14
ingestion-contract-server-0.1.13
ingestion-contract-server-0.1.12
ingestion-contract-server-0.1.11
ingestion-contract-server-0.1.10
ingestion-contract-server-0.1.9
ingestion-contract-server-0.1.8
ingestion-contract-server-0.1.7
ingestion-contract-server-0.1.6
ingestion-contract-server-0.1.5
ingestion-contract-server-0.1.4
ingestion-contract-server-0.1.3
ingestion-contract-server-0.1.2

How to add a dependency to Maven

Add the following org.opendatadiscovery : ingestion-contract-server maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.opendatadiscovery</groupId>
    <artifactId>ingestion-contract-server</artifactId>
    <version>0.1.26</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.opendatadiscovery : ingestion-contract-server gradle dependency to your build.gradle file:

implementation 'org.opendatadiscovery:ingestion-contract-server:0.1.26'

Gradle Kotlin DSL: Add the following org.opendatadiscovery : ingestion-contract-server gradle kotlin dependency to your build.gradle.kts file:

implementation("org.opendatadiscovery:ingestion-contract-server:0.1.26")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.opendatadiscovery : ingestion-contract-server sbt scala dependency to your build.sbt file:

libraryDependencies += "org.opendatadiscovery" % "ingestion-contract-server" % "0.1.26"