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