License |
License |
---|---|
Categories |
CategoriesCLI User Interface |
GroupId | GroupIdorg.eclipse.milo |
ArtifactId | ArtifactIdstack-client |
Last Version | Last Version0.6.6 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionAn open source implementation of OPC UA (IEC 62541).
|
Filename | Size |
---|---|
stack-client-0.6.6.pom | |
stack-client-0.6.6.jar | 90 KB |
stack-client-0.6.6-sources.jar | 45 KB |
stack-client-0.6.6-javadoc.jar | 156 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.eclipse.milo/stack-client/ -->
<dependency>
<groupId>org.eclipse.milo</groupId>
<artifactId>stack-client</artifactId>
<version>0.6.6</version>
</dependency>
// https://jarcasting.com/artifacts/org.eclipse.milo/stack-client/
implementation 'org.eclipse.milo:stack-client:0.6.6'
// https://jarcasting.com/artifacts/org.eclipse.milo/stack-client/
implementation ("org.eclipse.milo:stack-client:0.6.6")
'org.eclipse.milo:stack-client:jar:0.6.6'
<dependency org="org.eclipse.milo" name="stack-client" rev="0.6.6">
<artifact name="stack-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.eclipse.milo', module='stack-client', version='0.6.6')
)
libraryDependencies += "org.eclipse.milo" % "stack-client" % "0.6.6"
[org.eclipse.milo/stack-client "0.6.6"]
Group / Artifact | Type | Version |
---|---|---|
org.eclipse.milo : stack-core | jar | 0.6.6 |
com.digitalpetri.netty : netty-channel-fsm | jar | 0.8 |
io.netty : netty-codec-http | jar | 4.1.77.Final |
Group / Artifact | Type | Version |
---|---|---|
org.jetbrains : annotations | jar | 22.0.0 |