MVN

ro.ciprianpascu : j2sbus

Maven & Gradle

Jan 13, 2024

Java 2 S-Bus · jamod is an object oriented implementation of the S-Bus protocol, realized 100% in Java. It allows to quickly realize master and slave applications in various transport flavors (IP and serial).

<dependency>
    <groupId>ro.ciprianpascu</groupId>
    <artifactId>j2sbus</artifactId>
    <version>1.3.7.OH</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of ro.ciprianpascu : j2sbus to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.3.7.OH

All Versions

Choose a version of ro.ciprianpascu : j2sbus to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.3.x
j2sbus-1.3.7.OH
j2sbus-1.3.6.OH
j2sbus-1.3.5.OH

How to add a dependency to Maven

Add the following ro.ciprianpascu : j2sbus maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>ro.ciprianpascu</groupId>
    <artifactId>j2sbus</artifactId>
    <version>1.3.7.OH</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following ro.ciprianpascu : j2sbus gradle dependency to your build.gradle file:

implementation 'ro.ciprianpascu:j2sbus:1.3.7.OH'

Gradle Kotlin DSL: Add the following ro.ciprianpascu : j2sbus gradle kotlin dependency to your build.gradle.kts file:

implementation("ro.ciprianpascu:j2sbus:1.3.7.OH")

How to add a dependency to SBT Scala

SBT Scala: Add the following ro.ciprianpascu : j2sbus sbt scala dependency to your build.sbt file:

libraryDependencies += "ro.ciprianpascu" % "j2sbus" % "1.3.7.OH"