MVN

net.sf.jrtps : jrtps

Maven & Gradle

Jun 09, 2017
3 usages

jRTPS · jRTPS - An implementation of RTPS protocol by OMG

<dependency>
    <groupId>net.sf.jrtps</groupId>
    <artifactId>jrtps</artifactId>
    <version>1.5.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of net.sf.jrtps : jrtps to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.5.1

All Versions

Choose a version of net.sf.jrtps : jrtps to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.5.x
jrtps-1.5.1
jrtps-1.5.0
1.4.x
jrtps-1.4.0
1.3.x
jrtps-1.3.6
jrtps-1.3.5
jrtps-1.3.4
jrtps-1.3.3
jrtps-1.3.2
jrtps-1.3.1
jrtps-1.3.0
1.2.x
jrtps-1.2.1
1.2
jrtps-1.2
1.1
jrtps-1.1
1.0.x
jrtps-1.0.1
1.0
jrtps-1.0
0.9.x
jrtps-0.9.13
jrtps-0.9.12
jrtps-0.9.11
jrtps-0.9.10
jrtps-0.9.9
jrtps-0.9.8
jrtps-0.9.5
jrtps-0.9.4
jrtps-0.9.3
jrtps-0.9.2
jrtps-0.9.1
jrtps-0.9.0
0.8.x
jrtps-0.8.8
jrtps-0.8.7
jrtps-0.8.6
jrtps-0.8.5
jrtps-0.8.4
jrtps-0.8.3
jrtps-0.8.2
jrtps-0.8.1
jrtps-0.8.0
0.7.x
jrtps-0.7.1
jrtps-0.7.0
0.6.x
jrtps-0.6.4
jrtps-0.6.3
jrtps-0.6.2
jrtps-0.6.1
jrtps-0.6.0
0.5.x
jrtps-0.5.6
jrtps-0.5.5
jrtps-0.5.4
jrtps-0.5.0
0.4.x
jrtps-0.4.3
jrtps-0.4.2
jrtps-0.4.1
jrtps-0.4.0
0.3.x
jrtps-0.3.1
jrtps-0.3.0
0.2.x
jrtps-0.2.2
jrtps-0.2.1
jrtps-0.2.0
0.1.x
jrtps-0.1.0

How to add a dependency to Maven

Add the following net.sf.jrtps : jrtps maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>net.sf.jrtps</groupId>
    <artifactId>jrtps</artifactId>
    <version>1.5.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following net.sf.jrtps : jrtps gradle dependency to your build.gradle file:

implementation 'net.sf.jrtps:jrtps:1.5.1'

Gradle Kotlin DSL: Add the following net.sf.jrtps : jrtps gradle kotlin dependency to your build.gradle.kts file:

implementation("net.sf.jrtps:jrtps:1.5.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following net.sf.jrtps : jrtps sbt scala dependency to your build.sbt file:

libraryDependencies += "net.sf.jrtps" % "jrtps" % "1.5.1"

Advertisement