MVN

com.inrupt : inrupt-client

Maven & Gradle

Mar 28, 2023
10 stars

Inrupt Java Client Libraries · Inrupt Java Client Libraries for use with Solid.

<dependency>
    <groupId>com.inrupt</groupId>
    <artifactId>inrupt-client</artifactId>
    <version>1.0.0.Beta1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.inrupt : inrupt-client to add to Maven - Latest Versions:

  • Latest Stable: 1.0.0.Beta1
  • Latest Beta: 1.0.0.Beta1
  • Latest Alpha: 1.0.0.Alpha7

All Versions

Choose a version of com.inrupt : inrupt-client to add to Maven - All Versions:

Version Vulnerabilities Updated
1.0.x
inrupt-client-1.0.0.Beta1
inrupt-client-1.0.0.Alpha7
inrupt-client-1.0.0.Alpha6
inrupt-client-1.0.0.Alpha5
inrupt-client-1.0.0.Alpha4
inrupt-client-1.0.0.Alpha3
inrupt-client-1.0.0.Alpha2

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>com.inrupt</groupId>
    <artifactId>inrupt-client</artifactId>
    <version>1.0.0.Beta1</version>
</dependency>

Advertisement