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