Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdorg.eclipse.dirigible |
ArtifactId | ArtifactIddirigible-template-http-client |
Version | Version3.2.9 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.eclipse.dirigible/dirigible-template-http-client/ -->
<dependency>
<groupId>org.eclipse.dirigible</groupId>
<artifactId>dirigible-template-http-client</artifactId>
<version>3.2.9</version>
</dependency>
// https://jarcasting.com/artifacts/org.eclipse.dirigible/dirigible-template-http-client/
implementation 'org.eclipse.dirigible:dirigible-template-http-client:3.2.9'
// https://jarcasting.com/artifacts/org.eclipse.dirigible/dirigible-template-http-client/
implementation ("org.eclipse.dirigible:dirigible-template-http-client:3.2.9")
'org.eclipse.dirigible:dirigible-template-http-client:jar:3.2.9'
<dependency org="org.eclipse.dirigible" name="dirigible-template-http-client" rev="3.2.9">
<artifact name="dirigible-template-http-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.eclipse.dirigible', module='dirigible-template-http-client', version='3.2.9')
)
libraryDependencies += "org.eclipse.dirigible" % "dirigible-template-http-client" % "3.2.9"
[org.eclipse.dirigible/dirigible-template-http-client "3.2.9"]