Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdorg.reekwest |
ArtifactId | ArtifactIdreekwest-client-apache |
Version | Version0.0.23 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.reekwest/reekwest-client-apache/ -->
<dependency>
<groupId>org.reekwest</groupId>
<artifactId>reekwest-client-apache</artifactId>
<version>0.0.23</version>
</dependency>
// https://jarcasting.com/artifacts/org.reekwest/reekwest-client-apache/
implementation 'org.reekwest:reekwest-client-apache:0.0.23'
// https://jarcasting.com/artifacts/org.reekwest/reekwest-client-apache/
implementation ("org.reekwest:reekwest-client-apache:0.0.23")
'org.reekwest:reekwest-client-apache:jar:0.0.23'
<dependency org="org.reekwest" name="reekwest-client-apache" rev="0.0.23">
<artifact name="reekwest-client-apache" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.reekwest', module='reekwest-client-apache', version='0.0.23')
)
libraryDependencies += "org.reekwest" % "reekwest-client-apache" % "0.0.23"
[org.reekwest/reekwest-client-apache "0.0.23"]