Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdorg.reekwest |
ArtifactId | ArtifactIdreekwest-client-apache |
Version | Version0.2.0 |
Type | Typejar |
Filename | Size |
---|---|
reekwest-client-apache-0.2.0.pom | |
reekwest-client-apache-0.2.0.jar | 6 KB |
reekwest-client-apache-0.2.0-sources.jar | 1 KB |
reekwest-client-apache-0.2.0-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/org.reekwest/reekwest-client-apache/ -->
<dependency>
<groupId>org.reekwest</groupId>
<artifactId>reekwest-client-apache</artifactId>
<version>0.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.reekwest/reekwest-client-apache/
implementation 'org.reekwest:reekwest-client-apache:0.2.0'
// https://jarcasting.com/artifacts/org.reekwest/reekwest-client-apache/
implementation ("org.reekwest:reekwest-client-apache:0.2.0")
'org.reekwest:reekwest-client-apache:jar:0.2.0'
<dependency org="org.reekwest" name="reekwest-client-apache" rev="0.2.0">
<artifact name="reekwest-client-apache" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.reekwest', module='reekwest-client-apache', version='0.2.0')
)
libraryDependencies += "org.reekwest" % "reekwest-client-apache" % "0.2.0"
[org.reekwest/reekwest-client-apache "0.2.0"]