License |
License |
---|---|
Categories |
CategoriesCLI User Interface |
GroupId | GroupIdcom.digitalpetri.enip |
ArtifactId | ArtifactIdcip-client |
Last Version | Last Version1.4.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionAsynchronous, non-blocking, EtherNet/IP client implementation for Java
|
Filename | Size |
---|---|
cip-client-1.4.1.pom | |
cip-client-1.4.1.jar | 18 KB |
cip-client-1.4.1-sources.jar | 7 KB |
cip-client-1.4.1-javadoc.jar | 47 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.digitalpetri.enip/cip-client/ -->
<dependency>
<groupId>com.digitalpetri.enip</groupId>
<artifactId>cip-client</artifactId>
<version>1.4.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.digitalpetri.enip/cip-client/
implementation 'com.digitalpetri.enip:cip-client:1.4.1'
// https://jarcasting.com/artifacts/com.digitalpetri.enip/cip-client/
implementation ("com.digitalpetri.enip:cip-client:1.4.1")
'com.digitalpetri.enip:cip-client:jar:1.4.1'
<dependency org="com.digitalpetri.enip" name="cip-client" rev="1.4.1">
<artifact name="cip-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.digitalpetri.enip', module='cip-client', version='1.4.1')
)
libraryDependencies += "com.digitalpetri.enip" % "cip-client" % "1.4.1"
[com.digitalpetri.enip/cip-client "1.4.1"]
Group / Artifact | Type | Version |
---|---|---|
com.digitalpetri.enip : cip-core | jar | 1.4.1 |
com.digitalpetri.enip : enip-core | jar | 1.4.1 |
com.digitalpetri.enip : enip-client | jar | 1.4.1 |
com.google.code.findbugs : jsr305 | jar | 3.0.0 |
Group / Artifact | Type | Version |
---|---|---|
org.testng : testng | jar | 6.14.3 |