Categories |
CategoriesData CLI User Interface |
---|---|
GroupId | GroupIdcom.opendxl |
ArtifactId | ArtifactIddxldatabusclient |
Version | Version2.4.4 |
Type | Typejar |
Filename | Size |
---|---|
dxldatabusclient-2.4.4.pom | |
dxldatabusclient-2.4.4.jar | 148 KB |
dxldatabusclient-2.4.4-sources.jar | 237 KB |
dxldatabusclient-2.4.4-javadoc.jar | 409 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.opendxl/dxldatabusclient/ -->
<dependency>
<groupId>com.opendxl</groupId>
<artifactId>dxldatabusclient</artifactId>
<version>2.4.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.opendxl/dxldatabusclient/
implementation 'com.opendxl:dxldatabusclient:2.4.4'
// https://jarcasting.com/artifacts/com.opendxl/dxldatabusclient/
implementation ("com.opendxl:dxldatabusclient:2.4.4")
'com.opendxl:dxldatabusclient:jar:2.4.4'
<dependency org="com.opendxl" name="dxldatabusclient" rev="2.4.4">
<artifact name="dxldatabusclient" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.opendxl', module='dxldatabusclient', version='2.4.4')
)
libraryDependencies += "com.opendxl" % "dxldatabusclient" % "2.4.4"
[com.opendxl/dxldatabusclient "2.4.4"]