GroupId | GroupIdorg.ow2.frascati |
---|---|
ArtifactId | ArtifactIdfrascati-binding-http |
Version | Version1.3 |
Type | Typejar |
Filename | Size |
---|---|
frascati-binding-http-1.3.pom | |
frascati-binding-http-1.3.jar | 21 KB |
frascati-binding-http-1.3-sources.jar | 14 KB |
frascati-binding-http-1.3-javadoc.jar | 71 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.ow2.frascati/frascati-binding-http/ -->
<dependency>
<groupId>org.ow2.frascati</groupId>
<artifactId>frascati-binding-http</artifactId>
<version>1.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.ow2.frascati/frascati-binding-http/
implementation 'org.ow2.frascati:frascati-binding-http:1.3'
// https://jarcasting.com/artifacts/org.ow2.frascati/frascati-binding-http/
implementation ("org.ow2.frascati:frascati-binding-http:1.3")
'org.ow2.frascati:frascati-binding-http:jar:1.3'
<dependency org="org.ow2.frascati" name="frascati-binding-http" rev="1.3">
<artifact name="frascati-binding-http" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.ow2.frascati', module='frascati-binding-http', version='1.3')
)
libraryDependencies += "org.ow2.frascati" % "frascati-binding-http" % "1.3"
[org.ow2.frascati/frascati-binding-http "1.3"]