MVN

uk.gov.gchq.stroom.expression : stroom-expression

Maven & Gradle

Apr 21, 2021
2 usages
4 stars

stroom-expression · Library of functions as used in Stroom dashboards

<dependency>
    <groupId>uk.gov.gchq.stroom.expression</groupId>
    <artifactId>stroom-expression</artifactId>
    <version>1.5.15</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 1.5.15

All Versions

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

Version Vulnerabilities Updated
v1.5.x
stroom-expression-v1.5.14
stroom-expression-v1.5.13
1.5.x
stroom-expression-1.5.15
v0.0.x
stroom-expression-v0.0.1-test-deployment

How to add a dependency to Maven

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

<dependency>
    <groupId>uk.gov.gchq.stroom.expression</groupId>
    <artifactId>stroom-expression</artifactId>
    <version>1.5.15</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'uk.gov.gchq.stroom.expression:stroom-expression:1.5.15'

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

implementation("uk.gov.gchq.stroom.expression:stroom-expression:1.5.15")

How to add a dependency to SBT Scala

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

libraryDependencies += "uk.gov.gchq.stroom.expression" % "stroom-expression" % "1.5.15"

Advertisement