MVN

net.tammon : sip

Maven & Gradle

Oct 18, 2018
0 stars

This is a library to communicate to sercos devices over the Sercos Internet Protocol (SIP)

<dependency>
    <groupId>net.tammon</groupId>
    <artifactId>sip</artifactId>
    <version>0.4.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of net.tammon : sip to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.4.2

All Versions

Choose a version of net.tammon : sip to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.4.x
sip-0.4.2
sip-0.4.1
sip-0.4.0
0.3.x
sip-0.3.0
0.1.x
sip-0.1.0

How to add a dependency to Maven

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

<dependency>
    <groupId>net.tammon</groupId>
    <artifactId>sip</artifactId>
    <version>0.4.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following net.tammon : sip gradle dependency to your build.gradle file:

implementation 'net.tammon:sip:0.4.2'

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

implementation("net.tammon:sip:0.4.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following net.tammon : sip sbt scala dependency to your build.sbt file:

libraryDependencies += "net.tammon" % "sip" % "0.4.2"