MVN

org.lockss.laaws : laaws-repository-client

Maven & Gradle

May 09, 2019
1 usages
2 stars

laaws-repository-client · LOCKSS repository client

<dependency>
    <groupId>org.lockss.laaws</groupId>
    <artifactId>laaws-repository-client</artifactId>
    <version>2.0.6.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.lockss.laaws : laaws-repository-client to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.0.6.0

All Versions

Choose a version of org.lockss.laaws : laaws-repository-client to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.0.x
laaws-repository-client-2.0.6.0
1.5.x
laaws-repository-client-1.5.0
1.4.x
laaws-repository-client-1.4.0
1.3.x
laaws-repository-client-1.3.1
laaws-repository-client-1.3.0
1.2.x
laaws-repository-client-1.2.0
1.1.x
laaws-repository-client-1.1.0

How to add a dependency to Maven

Add the following org.lockss.laaws : laaws-repository-client maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.lockss.laaws</groupId>
    <artifactId>laaws-repository-client</artifactId>
    <version>2.0.6.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.lockss.laaws : laaws-repository-client gradle dependency to your build.gradle file:

implementation 'org.lockss.laaws:laaws-repository-client:2.0.6.0'

Gradle Kotlin DSL: Add the following org.lockss.laaws : laaws-repository-client gradle kotlin dependency to your build.gradle.kts file:

implementation("org.lockss.laaws:laaws-repository-client:2.0.6.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.lockss.laaws : laaws-repository-client sbt scala dependency to your build.sbt file:

libraryDependencies += "org.lockss.laaws" % "laaws-repository-client" % "2.0.6.0"