License |
License |
---|---|
Categories |
CategoriesCLI User Interface |
GroupId | GroupIdorg.eclipse.milo |
ArtifactId | ArtifactIdsdk-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 |
---|---|
sdk-client-0.6.6.pom | |
sdk-client-0.6.6.jar | 505 KB |
sdk-client-0.6.6-sources.jar | 348 KB |
sdk-client-0.6.6-javadoc.jar | 2 MB |
Browse |
<!-- https://jarcasting.com/artifacts/org.eclipse.milo/sdk-client/ -->
<dependency>
<groupId>org.eclipse.milo</groupId>
<artifactId>sdk-client</artifactId>
<version>0.6.6</version>
</dependency>
// https://jarcasting.com/artifacts/org.eclipse.milo/sdk-client/
implementation 'org.eclipse.milo:sdk-client:0.6.6'
// https://jarcasting.com/artifacts/org.eclipse.milo/sdk-client/
implementation ("org.eclipse.milo:sdk-client:0.6.6")
'org.eclipse.milo:sdk-client:jar:0.6.6'
<dependency org="org.eclipse.milo" name="sdk-client" rev="0.6.6">
<artifact name="sdk-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.eclipse.milo', module='sdk-client', version='0.6.6')
)
libraryDependencies += "org.eclipse.milo" % "sdk-client" % "0.6.6"
[org.eclipse.milo/sdk-client "0.6.6"]
Group / Artifact | Type | Version |
---|---|---|
org.eclipse.milo : stack-client | jar | 0.6.6 |
org.eclipse.milo : sdk-core | jar | 0.6.6 |
Group / Artifact | Type | Version |
---|---|---|
org.jetbrains : annotations | jar | 22.0.0 |