MVN

org.eclipse.uprotocol : uprotocol-java

Maven & Gradle

Nov 24, 2023
7 stars

Java SDK for uProtocol · Language specific uProtocol library for building and using UUri, UUID, UAttributes, UTransport, and more

<dependency>
    <groupId>org.eclipse.uprotocol</groupId>
    <artifactId>uprotocol-java</artifactId>
    <version>1.5.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.eclipse.uprotocol : uprotocol-java to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.5.3

All Versions

Choose a version of org.eclipse.uprotocol : uprotocol-java to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.5.x
uprotocol-java-1.5.3

How to add a dependency to Maven

Add the following org.eclipse.uprotocol : uprotocol-java maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.eclipse.uprotocol</groupId>
    <artifactId>uprotocol-java</artifactId>
    <version>1.5.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.eclipse.uprotocol : uprotocol-java gradle dependency to your build.gradle file:

implementation 'org.eclipse.uprotocol:uprotocol-java:1.5.3'

Gradle Kotlin DSL: Add the following org.eclipse.uprotocol : uprotocol-java gradle kotlin dependency to your build.gradle.kts file:

implementation("org.eclipse.uprotocol:uprotocol-java:1.5.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.eclipse.uprotocol : uprotocol-java sbt scala dependency to your build.sbt file:

libraryDependencies += "org.eclipse.uprotocol" % "uprotocol-java" % "1.5.3"