License |
License |
---|---|
Categories |
CategoriesNet |
GroupId | GroupIdnet.tammon |
ArtifactId | ArtifactIdsip |
Version | Version0.4.2 |
Type | Typejar |
Description |
Descriptionnet.tammon:sip
This is a library to communicate to sercos devices over the Sercos Internet Protocol (SIP)
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
sip-0.4.2.pom | |
sip-0.4.2.jar | 49 KB |
sip-0.4.2-sources.jar | 46 KB |
sip-0.4.2-javadoc.jar | 185 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.tammon/sip/ -->
<dependency>
<groupId>net.tammon</groupId>
<artifactId>sip</artifactId>
<version>0.4.2</version>
</dependency>
// https://jarcasting.com/artifacts/net.tammon/sip/
implementation 'net.tammon:sip:0.4.2'
// https://jarcasting.com/artifacts/net.tammon/sip/
implementation ("net.tammon:sip:0.4.2")
'net.tammon:sip:jar:0.4.2'
<dependency org="net.tammon" name="sip" rev="0.4.2">
<artifact name="sip" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.tammon', module='sip', version='0.4.2')
)
libraryDependencies += "net.tammon" % "sip" % "0.4.2"
[net.tammon/sip "0.4.2"]
Group / Artifact | Type | Version |
---|---|---|
org.jetbrains.kotlin : kotlin-stdlib | jar | 1.2.71 |
org.slf4j : slf4j-api | jar | 1.7.15 |
Group / Artifact | Type | Version |
---|---|---|
org.junit.jupiter : junit-jupiter-api | jar | 5.3.1 |