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