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