GroupId | GroupIdcom.digitalpetri.opcua |
---|---|
ArtifactId | ArtifactIdstack-core |
Version | Version1.0.4 |
Type | Typejar |
Filename | Size |
---|---|
stack-core-1.0.4.pom | |
stack-core-1.0.4.jar | 830 KB |
stack-core-1.0.4-sources.jar | 506 KB |
stack-core-1.0.4-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.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.digitalpetri.opcua/stack-core/
implementation 'com.digitalpetri.opcua:stack-core:1.0.4'
// https://jarcasting.com/artifacts/com.digitalpetri.opcua/stack-core/
implementation ("com.digitalpetri.opcua:stack-core:1.0.4")
'com.digitalpetri.opcua:stack-core:jar:1.0.4'
<dependency org="com.digitalpetri.opcua" name="stack-core" rev="1.0.4">
<artifact name="stack-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.digitalpetri.opcua', module='stack-core', version='1.0.4')
)
libraryDependencies += "com.digitalpetri.opcua" % "stack-core" % "1.0.4"
[com.digitalpetri.opcua/stack-core "1.0.4"]