Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdorg.commonjava.propulsor.client |
ArtifactId | ArtifactIdpropulsor-client-http |
Version | Version1.1 |
Type | Typejar |
Filename | Size |
---|---|
propulsor-client-http-1.1.pom | |
propulsor-client-http-1.1.jar | 22 KB |
propulsor-client-http-1.1-sources.jar | 13 KB |
propulsor-client-http-1.1-javadoc.jar | 69 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.commonjava.propulsor.client/propulsor-client-http/ -->
<dependency>
<groupId>org.commonjava.propulsor.client</groupId>
<artifactId>propulsor-client-http</artifactId>
<version>1.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.commonjava.propulsor.client/propulsor-client-http/
implementation 'org.commonjava.propulsor.client:propulsor-client-http:1.1'
// https://jarcasting.com/artifacts/org.commonjava.propulsor.client/propulsor-client-http/
implementation ("org.commonjava.propulsor.client:propulsor-client-http:1.1")
'org.commonjava.propulsor.client:propulsor-client-http:jar:1.1'
<dependency org="org.commonjava.propulsor.client" name="propulsor-client-http" rev="1.1">
<artifact name="propulsor-client-http" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.commonjava.propulsor.client', module='propulsor-client-http', version='1.1')
)
libraryDependencies += "org.commonjava.propulsor.client" % "propulsor-client-http" % "1.1"
[org.commonjava.propulsor.client/propulsor-client-http "1.1"]