MVN

com.peterphi.std.index : index-common

Maven & Gradle

3 usages
8 stars

index service - common · Index Service (Common)

<dependency>
    <groupId>com.peterphi.std.index</groupId>
    <artifactId>index-common</artifactId>
    <version>8.7.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.peterphi.std.index : index-common to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 8.7.2

All Versions

Choose a version of com.peterphi.std.index : index-common to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
8.7.x
index-common-8.7.2
index-common-8.7.1
index-common-8.7.0
8.6.x
index-common-8.6.3
index-common-8.6.2
index-common-8.6.1
index-common-8.6.0
8.5.x
index-common-8.5.6
index-common-8.5.5
index-common-8.5.4
index-common-8.5.3
index-common-8.5.2
index-common-8.5.1
index-common-8.5.0
8.4.x
index-common-8.4.1
index-common-8.4.0
8.3.x
index-common-8.3.5
index-common-8.3.4
index-common-8.3.3
index-common-8.3.2
index-common-8.3.1
index-common-8.3.0
8.2.x
index-common-8.2.5
index-common-8.2.4
index-common-8.2.3
index-common-8.2.2
index-common-8.2.1
index-common-8.2.0
8.1.x
index-common-8.1.3
index-common-8.1.2
index-common-8.1.1
index-common-8.1.0
8.0.x
index-common-8.0.2
index-common-8.0.1
index-common-8.0.0
7.8.x
index-common-7.8.1
index-common-7.8.0
7.7.x
index-common-7.7.2
index-common-7.7.1
index-common-7.7.0
7.6.x
index-common-7.6.3
index-common-7.6.2
index-common-7.6.1
index-common-7.6.0
7.5.x
index-common-7.5.3
index-common-7.5.2
index-common-7.5.1
index-common-7.5.0
7.4.x
index-common-7.4.0
7.3.x
index-common-7.3.3
index-common-7.3.2
index-common-7.3.1
index-common-7.3.0
7.2.x
index-common-7.2.2
index-common-7.2.1
index-common-7.2.0
7.1.x
index-common-7.1.7
index-common-7.1.6
index-common-7.1.5
index-common-7.1.4
index-common-7.1.3
index-common-7.1.2
index-common-7.1.0
7.0.x
index-common-7.0.6
index-common-7.0.5
index-common-7.0.4
index-common-7.0.3
index-common-7.0.2
index-common-7.0.1
index-common-7.0.0
6.2.x
index-common-6.2.1
index-common-6.2.0
6.1.x
index-common-6.1.2
index-common-6.1.1
index-common-6.1.0
6.0.x
index-common-6.0.6
index-common-6.0.5
index-common-6.0.4
index-common-6.0.3
index-common-6.0.2
index-common-6.0.1
index-common-6.0.0
5.1.x
index-common-5.1.2
index-common-5.1.1
index-common-5.1.0
5.0.x
index-common-5.0.1
index-common-5.0.0
4.0.x
index-common-4.0.0

How to add a dependency to Maven

Add the following com.peterphi.std.index : index-common maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.peterphi.std.index</groupId>
    <artifactId>index-common</artifactId>
    <version>8.7.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.peterphi.std.index : index-common gradle dependency to your build.gradle file:

implementation 'com.peterphi.std.index:index-common:8.7.2'

Gradle Kotlin DSL: Add the following com.peterphi.std.index : index-common gradle kotlin dependency to your build.gradle.kts file:

implementation("com.peterphi.std.index:index-common:8.7.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.peterphi.std.index : index-common sbt scala dependency to your build.sbt file:

libraryDependencies += "com.peterphi.std.index" % "index-common" % "8.7.2"

Advertisement