GroupId | GroupIdorg.apache.giraph |
---|---|
ArtifactId | ArtifactIdgiraph-examples |
Version | Version1.1.0 |
Type | Typejar |
Filename | Size |
---|---|
giraph-examples-1.1.0.pom | |
giraph-examples-1.1.0.jar | 130 KB |
giraph-examples-1.1.0-tests.jar | 74 KB |
giraph-examples-1.1.0-sources.jar | 83 KB |
giraph-examples-1.1.0-jar-with-dependencies.jar | 37 MB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.giraph/giraph-examples/ -->
<dependency>
<groupId>org.apache.giraph</groupId>
<artifactId>giraph-examples</artifactId>
<version>1.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.giraph/giraph-examples/
implementation 'org.apache.giraph:giraph-examples:1.1.0'
// https://jarcasting.com/artifacts/org.apache.giraph/giraph-examples/
implementation ("org.apache.giraph:giraph-examples:1.1.0")
'org.apache.giraph:giraph-examples:jar:1.1.0'
<dependency org="org.apache.giraph" name="giraph-examples" rev="1.1.0">
<artifact name="giraph-examples" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.giraph', module='giraph-examples', version='1.1.0')
)
libraryDependencies += "org.apache.giraph" % "giraph-examples" % "1.1.0"
[org.apache.giraph/giraph-examples "1.1.0"]