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