Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdcom.opendxl |
ArtifactId | ArtifactIddxlstreamingclient |
Version | Version0.1.3 |
Type | Typejar |
Filename | Size |
---|---|
dxlstreamingclient-0.1.3.pom | |
dxlstreamingclient-0.1.3.jar | 85 KB |
dxlstreamingclient-0.1.3-sources.jar | 134 KB |
dxlstreamingclient-0.1.3-javadoc.jar | 207 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.opendxl/dxlstreamingclient/ -->
<dependency>
<groupId>com.opendxl</groupId>
<artifactId>dxlstreamingclient</artifactId>
<version>0.1.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.opendxl/dxlstreamingclient/
implementation 'com.opendxl:dxlstreamingclient:0.1.3'
// https://jarcasting.com/artifacts/com.opendxl/dxlstreamingclient/
implementation ("com.opendxl:dxlstreamingclient:0.1.3")
'com.opendxl:dxlstreamingclient:jar:0.1.3'
<dependency org="com.opendxl" name="dxlstreamingclient" rev="0.1.3">
<artifact name="dxlstreamingclient" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.opendxl', module='dxlstreamingclient', version='0.1.3')
)
libraryDependencies += "com.opendxl" % "dxlstreamingclient" % "0.1.3"
[com.opendxl/dxlstreamingclient "0.1.3"]