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