MVN

org.apache.jackrabbit : oak-segment-aws

Maven & Gradle

May 10, 2023
3 usages
26 stars

Oak Segment AWS

<dependency>
    <groupId>org.apache.jackrabbit</groupId>
    <artifactId>oak-segment-aws</artifactId>
    <version>1.52.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.apache.jackrabbit : oak-segment-aws to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.52.0

All Versions

Choose a version of org.apache.jackrabbit : oak-segment-aws to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.52.x
oak-segment-aws-1.52.0
1.50.x
oak-segment-aws-1.50.0
1.48.x
oak-segment-aws-1.48.0
1.46.x
oak-segment-aws-1.46.0
1.44.x
oak-segment-aws-1.44.0
1.42.x
oak-segment-aws-1.42.0
1.40.x
oak-segment-aws-1.40.0
1.38.x
oak-segment-aws-1.38.0
1.36
oak-segment-aws-1.36
1.34.x
oak-segment-aws-1.34.0
1.32.x
oak-segment-aws-1.32.0
1.30.x
oak-segment-aws-1.30.0

How to add a dependency to Maven

Add the following org.apache.jackrabbit : oak-segment-aws maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.apache.jackrabbit</groupId>
    <artifactId>oak-segment-aws</artifactId>
    <version>1.52.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.apache.jackrabbit : oak-segment-aws gradle dependency to your build.gradle file:

implementation 'org.apache.jackrabbit:oak-segment-aws:1.52.0'

Gradle Kotlin DSL: Add the following org.apache.jackrabbit : oak-segment-aws gradle kotlin dependency to your build.gradle.kts file:

implementation("org.apache.jackrabbit:oak-segment-aws:1.52.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.apache.jackrabbit : oak-segment-aws sbt scala dependency to your build.sbt file:

libraryDependencies += "org.apache.jackrabbit" % "oak-segment-aws" % "1.52.0"

Advertisement