Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdorg.eclipse.rdf4j |
ArtifactId | ArtifactIdrdf4j-http-client |
Version | Version2.0M1 |
Type | Typejar |
Filename | Size |
---|---|
rdf4j-http-client-2.0M1.pom | |
rdf4j-http-client-2.0M1.jar | 41 KB |
rdf4j-http-client-2.0M1-sources.jar | 25 KB |
rdf4j-http-client-2.0M1-javadoc.jar | 117 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.eclipse.rdf4j/rdf4j-http-client/ -->
<dependency>
<groupId>org.eclipse.rdf4j</groupId>
<artifactId>rdf4j-http-client</artifactId>
<version>2.0M1</version>
</dependency>
// https://jarcasting.com/artifacts/org.eclipse.rdf4j/rdf4j-http-client/
implementation 'org.eclipse.rdf4j:rdf4j-http-client:2.0M1'
// https://jarcasting.com/artifacts/org.eclipse.rdf4j/rdf4j-http-client/
implementation ("org.eclipse.rdf4j:rdf4j-http-client:2.0M1")
'org.eclipse.rdf4j:rdf4j-http-client:jar:2.0M1'
<dependency org="org.eclipse.rdf4j" name="rdf4j-http-client" rev="2.0M1">
<artifact name="rdf4j-http-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.eclipse.rdf4j', module='rdf4j-http-client', version='2.0M1')
)
libraryDependencies += "org.eclipse.rdf4j" % "rdf4j-http-client" % "2.0M1"
[org.eclipse.rdf4j/rdf4j-http-client "2.0M1"]