Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdorg.eclipse.dirigible |
ArtifactId | ArtifactIddirigible-template-http-client |
Version | Version5.4.0 |
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>5.4.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.eclipse.dirigible/dirigible-template-http-client/
implementation 'org.eclipse.dirigible:dirigible-template-http-client:5.4.0'
// https://jarcasting.com/artifacts/org.eclipse.dirigible/dirigible-template-http-client/
implementation ("org.eclipse.dirigible:dirigible-template-http-client:5.4.0")
'org.eclipse.dirigible:dirigible-template-http-client:jar:5.4.0'
<dependency org="org.eclipse.dirigible" name="dirigible-template-http-client" rev="5.4.0">
<artifact name="dirigible-template-http-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.eclipse.dirigible', module='dirigible-template-http-client', version='5.4.0')
)
libraryDependencies += "org.eclipse.dirigible" % "dirigible-template-http-client" % "5.4.0"
[org.eclipse.dirigible/dirigible-template-http-client "5.4.0"]