GroupId | GroupIdcom.digitalpetri.opcua |
---|---|
ArtifactId | ArtifactIdstack-core |
Version | Version1.0.3 |
Type | Typejar |
Filename | Size |
---|---|
stack-core-1.0.3.pom | |
stack-core-1.0.3.jar | 830 KB |
stack-core-1.0.3-sources.jar | 506 KB |
stack-core-1.0.3-javadoc.jar | 2 MB |
Browse |
<!-- https://jarcasting.com/artifacts/com.digitalpetri.opcua/stack-core/ -->
<dependency>
<groupId>com.digitalpetri.opcua</groupId>
<artifactId>stack-core</artifactId>
<version>1.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.digitalpetri.opcua/stack-core/
implementation 'com.digitalpetri.opcua:stack-core:1.0.3'
// https://jarcasting.com/artifacts/com.digitalpetri.opcua/stack-core/
implementation ("com.digitalpetri.opcua:stack-core:1.0.3")
'com.digitalpetri.opcua:stack-core:jar:1.0.3'
<dependency org="com.digitalpetri.opcua" name="stack-core" rev="1.0.3">
<artifact name="stack-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.digitalpetri.opcua', module='stack-core', version='1.0.3')
)
libraryDependencies += "com.digitalpetri.opcua" % "stack-core" % "1.0.3"
[com.digitalpetri.opcua/stack-core "1.0.3"]