MVN

uk.gov.gchq.stroom.proxy : stroom-proxy-remote-api

Maven & Gradle

Apr 27, 2021
6 stars

stroom-proxy-remote-api · API for stroom-proxy to use on another proxy or stroom instance to check the feed status

<dependency>
    <groupId>uk.gov.gchq.stroom.proxy</groupId>
    <artifactId>stroom-proxy-remote-api</artifactId>
    <version>5.1.6</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of uk.gov.gchq.stroom.proxy : stroom-proxy-remote-api to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 5.1.6

All Versions

Choose a version of uk.gov.gchq.stroom.proxy : stroom-proxy-remote-api to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
5.1.x
stroom-proxy-remote-api-5.1.6
stroom-proxy-remote-api-5.1.5

How to add a dependency to Maven

Add the following uk.gov.gchq.stroom.proxy : stroom-proxy-remote-api maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>uk.gov.gchq.stroom.proxy</groupId>
    <artifactId>stroom-proxy-remote-api</artifactId>
    <version>5.1.6</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following uk.gov.gchq.stroom.proxy : stroom-proxy-remote-api gradle dependency to your build.gradle file:

implementation 'uk.gov.gchq.stroom.proxy:stroom-proxy-remote-api:5.1.6'

Gradle Kotlin DSL: Add the following uk.gov.gchq.stroom.proxy : stroom-proxy-remote-api gradle kotlin dependency to your build.gradle.kts file:

implementation("uk.gov.gchq.stroom.proxy:stroom-proxy-remote-api:5.1.6")

How to add a dependency to SBT Scala

SBT Scala: Add the following uk.gov.gchq.stroom.proxy : stroom-proxy-remote-api sbt scala dependency to your build.sbt file:

libraryDependencies += "uk.gov.gchq.stroom.proxy" % "stroom-proxy-remote-api" % "5.1.6"