MVN

uk.gov.gchq.koryphe : doc

Maven & Gradle

Apr 03, 2023
19 stars
<dependency>
    <groupId>uk.gov.gchq.koryphe</groupId>
    <artifactId>doc</artifactId>
    <version>2.5.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 2.5.2
  • Latest Release Candidate: 1.8.0-RC2

All Versions

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

Version Vulnerabilities Updated
2.5.x
doc-2.5.2
doc-2.5.1
doc-2.5.0
2.4.x
doc-2.4.0
2.3.x
doc-2.3.0
2.2.x
doc-2.2.0
2.1.x
doc-2.1.0
2.0.x
doc-2.0.0
1.14.x
doc-1.14.0
1.13.x
doc-1.13.0
1.12.x
doc-1.12.0
1.11.x
doc-1.11.0
1.10.x
doc-1.10.1
doc-1.10.0
1.9.x
doc-1.9.0
1.8.x
doc-1.8.4
doc-1.8.3
doc-1.8.2
doc-1.8.1
doc-1.8.0
doc-1.8.0-RC2
doc-1.8.0-RC1
1.7.x
doc-1.7.0
doc-1.7.0-RC1
1.6.x
doc-1.6.0
doc-1.6.0-RC4
doc-1.6.0-RC3
doc-1.6.0-RC2
doc-1.6.0-RC1
1.5.x
doc-1.5.0
doc-1.5.0-RC2
doc-1.5.0-RC1
1.4.x
doc-1.4.0
doc-1.4.0-RC2
doc-1.4.0-RC1
1.3.x
doc-1.3.0
doc-1.3.0-RC1
1.2.x
doc-1.2.0
doc-1.2.0-RC2
doc-1.2.0-RC1
1.1.x
doc-1.1.0
1.0.x
doc-1.0.0
doc-1.0.0-RC3
doc-1.0.0-RC1

How to add a dependency to Maven

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

<dependency>
    <groupId>uk.gov.gchq.koryphe</groupId>
    <artifactId>doc</artifactId>
    <version>2.5.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following uk.gov.gchq.koryphe : doc gradle dependency to your build.gradle file:

implementation 'uk.gov.gchq.koryphe:doc:2.5.2'

Gradle Kotlin DSL: Add the following uk.gov.gchq.koryphe : doc gradle kotlin dependency to your build.gradle.kts file:

implementation("uk.gov.gchq.koryphe:doc:2.5.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following uk.gov.gchq.koryphe : doc sbt scala dependency to your build.sbt file:

libraryDependencies += "uk.gov.gchq.koryphe" % "doc" % "2.5.2"

Advertisement