GraphX is Apache Spark's API for graph processing and parallel graph algorithms.
<dependency>
<groupId>org.apache.spark</groupId>
<artifactId>spark-graphx_2.12</artifactId>
<version>3.5.8</version>
</dependency>No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Illustrates that GraphX usage requires a SparkContext (not shown for brevity).
Migrate to GraphFrames for better DataFrame integration and active development.
No dependency data recorded yet.