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