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