You can download jgrapht-core-0.9.3.jar in this page.
GNU Lesser General Public License Version 2.1, February 1999
jgrapht-core-0.9.3.jar file has the following types.
META-INF.maven.org.javabits.jgrapht.jgrapht-core.pom.properties META-INF.maven.org.javabits.jgrapht.jgrapht-core.pom.xml META-INF/MANIFEST.MF org.jgrapht.DirectedGraph.class org.jgrapht.EdgeFactory.class org.jgrapht.Graph.class org.jgrapht.GraphHelper.class org.jgrapht.GraphMapping.class org.jgrapht.GraphPath.class org.jgrapht.Graphs.class org.jgrapht.ListenableGraph.class org.jgrapht.UndirectedGraph.class org.jgrapht.VertexFactory.class org.jgrapht.WeightedGraph.class org.jgrapht.alg.AbstractPathElement.class org.jgrapht.alg.AbstractPathElementList.class org.jgrapht.alg.BellmanFordIterator.class org.jgrapht.alg.BellmanFordPathElement.class org.jgrapht.alg.BellmanFordShortestPath.class org.jgrapht.alg.BiconnectivityInspector.class org.jgrapht.alg.BlockCutpointGraph.class org.jgrapht.alg.BronKerboschCliqueFinder.class org.jgrapht.alg.ChromaticNumber.class org.jgrapht.alg.ConnectivityInspector.class org.jgrapht.alg.CycleDetector.class org.jgrapht.alg.DijkstraShortestPath.class org.jgrapht.alg.DirectedNeighborIndex.class org.jgrapht.alg.EdmondsBlossomShrinking.class org.jgrapht.alg.EdmondsKarpMaximumFlow.class org.jgrapht.alg.EulerianCircuit.class org.jgrapht.alg.FloydWarshallShortestPaths.class org.jgrapht.alg.HamiltonianCycle.class org.jgrapht.alg.HopcroftKarpBipartiteMatching.class org.jgrapht.alg.KShortestPaths.class org.jgrapht.alg.KShortestPathsIterator.class org.jgrapht.alg.KruskalMinimumSpanningTree.class org.jgrapht.alg.KuhnMunkresMinimalWeightBipartitePerfectMatching.class org.jgrapht.alg.MinSourceSinkCut.class org.jgrapht.alg.NaiveLcaFinder.class org.jgrapht.alg.NeighborIndex.class org.jgrapht.alg.PrimMinimumSpanningTree.class org.jgrapht.alg.RankingPathElement.class org.jgrapht.alg.RankingPathElementList.class org.jgrapht.alg.StoerWagnerMinimumCut.class org.jgrapht.alg.StrongConnectivityInspector.class org.jgrapht.alg.TarjanLowestCommonAncestor.class org.jgrapht.alg.TransitiveClosure.class org.jgrapht.alg.VertexCovers.class org.jgrapht.alg.cycle.DirectedSimpleCycles.class org.jgrapht.alg.cycle.JohnsonSimpleCycles.class org.jgrapht.alg.cycle.PatonCycleBase.class org.jgrapht.alg.cycle.SzwarcfiterLauerSimpleCycles.class org.jgrapht.alg.cycle.TarjanSimpleCycles.class org.jgrapht.alg.cycle.TiernanSimpleCycles.class org.jgrapht.alg.cycle.UndirectedCycleBase.class org.jgrapht.alg.interfaces.MatchingAlgorithm.class org.jgrapht.alg.interfaces.MinimumSpanningTree.class org.jgrapht.alg.interfaces.WeightedMatchingAlgorithm.class org.jgrapht.alg.util.UnionFind.class org.jgrapht.alg.util.VertexDegreeComparator.class org.jgrapht.event.ConnectedComponentTraversalEvent.class org.jgrapht.event.EdgeTraversalEvent.class org.jgrapht.event.GraphChangeEvent.class org.jgrapht.event.GraphEdgeChangeEvent.class org.jgrapht.event.GraphListener.class org.jgrapht.event.GraphVertexChangeEvent.class org.jgrapht.event.TraversalListener.class org.jgrapht.event.TraversalListenerAdapter.class org.jgrapht.event.VertexSetListener.class org.jgrapht.event.VertexTraversalEvent.class org.jgrapht.experimental.GraphReader.class org.jgrapht.experimental.GraphSquare.class org.jgrapht.experimental.GraphTests.class org.jgrapht.experimental.PartiteRandomGraphGenerator.class org.jgrapht.experimental.RandomGraphHelper.class org.jgrapht.experimental.UniformRandomGraphGenerator.class org.jgrapht.experimental.alg.ApproximationAlgorithm.class org.jgrapht.experimental.alg.ExactAlgorithm.class org.jgrapht.experimental.alg.IntArrayGraphAlgorithm.class org.jgrapht.experimental.alg.color.BrownBacktrackColoring.class org.jgrapht.experimental.alg.color.GreedyColoring.class org.jgrapht.experimental.dag.DirectedAcyclicGraph.class org.jgrapht.experimental.equivalence.EquivalenceComparator.class org.jgrapht.experimental.equivalence.EquivalenceComparatorChain.class org.jgrapht.experimental.equivalence.EquivalenceComparatorChainBase.class org.jgrapht.experimental.equivalence.EquivalenceSet.class org.jgrapht.experimental.equivalence.EquivalenceSetCreator.class org.jgrapht.experimental.equivalence.UniformEquivalenceComparator.class org.jgrapht.experimental.isomorphism.AbstractExhaustiveIsomorphismInspector.class org.jgrapht.experimental.isomorphism.AdaptiveIsomorphismInspectorFactory.class org.jgrapht.experimental.isomorphism.EquivalenceIsomorphismInspector.class org.jgrapht.experimental.isomorphism.GraphIsomorphismInspector.class org.jgrapht.experimental.isomorphism.GraphOrdering.class org.jgrapht.experimental.isomorphism.IsomorphismRelation.class org.jgrapht.experimental.isomorphism.PermutationIsomorphismInspector.class org.jgrapht.experimental.isomorphism.VertexDegreeEquivalenceComparator.class org.jgrapht.experimental.permutation.ArrayPermutationsIter.class org.jgrapht.experimental.permutation.CollectionPermutationIter.class org.jgrapht.experimental.permutation.CompoundPermutationIter.class org.jgrapht.experimental.permutation.IntegerPermutationIter.class org.jgrapht.experimental.permutation.PermutationFactory.class org.jgrapht.generate.CompleteBipartiteGraphGenerator.class org.jgrapht.generate.CompleteGraphGenerator.class org.jgrapht.generate.EmptyGraphGenerator.class org.jgrapht.generate.GraphGenerator.class org.jgrapht.generate.GridGraphGenerator.class org.jgrapht.generate.HyperCubeGraphGenerator.class org.jgrapht.generate.LinearGraphGenerator.class org.jgrapht.generate.RandomGraphGenerator.class org.jgrapht.generate.RingGraphGenerator.class org.jgrapht.generate.ScaleFreeGraphGenerator.class org.jgrapht.generate.SimpleWeightedBipartiteGraphMatrixGenerator.class org.jgrapht.generate.SimpleWeightedGraphMatrixGenerator.class org.jgrapht.generate.StarGraphGenerator.class org.jgrapht.generate.WeightedGraphGenerator.class org.jgrapht.generate.WeightedGraphGeneratorAdapter.class org.jgrapht.generate.WheelGraphGenerator.class org.jgrapht.graph.AbstractBaseGraph.class org.jgrapht.graph.AbstractGraph.class org.jgrapht.graph.AsUndirectedGraph.class org.jgrapht.graph.AsUnweightedDirectedGraph.class org.jgrapht.graph.AsUnweightedGraph.class org.jgrapht.graph.AsWeightedGraph.class org.jgrapht.graph.ClassBasedEdgeFactory.class org.jgrapht.graph.ClassBasedVertexFactory.class org.jgrapht.graph.DefaultDirectedGraph.class org.jgrapht.graph.DefaultDirectedWeightedGraph.class org.jgrapht.graph.DefaultEdge.class org.jgrapht.graph.DefaultGraphMapping.class org.jgrapht.graph.DefaultListenableGraph.class org.jgrapht.graph.DefaultWeightedEdge.class org.jgrapht.graph.DirectedGraphUnion.class org.jgrapht.graph.DirectedMaskSubgraph.class org.jgrapht.graph.DirectedMultigraph.class org.jgrapht.graph.DirectedPseudograph.class org.jgrapht.graph.DirectedSubgraph.class org.jgrapht.graph.DirectedWeightedMultigraph.class org.jgrapht.graph.DirectedWeightedPseudograph.class org.jgrapht.graph.DirectedWeightedSubgraph.class org.jgrapht.graph.EdgeReversedGraph.class org.jgrapht.graph.EdgeSetFactory.class org.jgrapht.graph.GraphDelegator.class org.jgrapht.graph.GraphPathImpl.class org.jgrapht.graph.GraphUnion.class org.jgrapht.graph.IntrusiveEdge.class org.jgrapht.graph.ListenableDirectedGraph.class org.jgrapht.graph.ListenableDirectedWeightedGraph.class org.jgrapht.graph.ListenableUndirectedGraph.class org.jgrapht.graph.ListenableUndirectedWeightedGraph.class org.jgrapht.graph.MaskEdgeSet.class org.jgrapht.graph.MaskFunctor.class org.jgrapht.graph.MaskSubgraph.class org.jgrapht.graph.MaskVertexSet.class org.jgrapht.graph.Multigraph.class org.jgrapht.graph.ParanoidGraph.class org.jgrapht.graph.Pseudograph.class org.jgrapht.graph.SimpleDirectedGraph.class org.jgrapht.graph.SimpleDirectedWeightedGraph.class org.jgrapht.graph.SimpleGraph.class org.jgrapht.graph.SimpleGraphPath.class org.jgrapht.graph.SimpleWeightedGraph.class org.jgrapht.graph.Subgraph.class org.jgrapht.graph.UndirectedGraphUnion.class org.jgrapht.graph.UndirectedMaskSubgraph.class org.jgrapht.graph.UndirectedSubgraph.class org.jgrapht.graph.UndirectedWeightedSubgraph.class org.jgrapht.graph.UnmodifiableDirectedGraph.class org.jgrapht.graph.UnmodifiableGraph.class org.jgrapht.graph.UnmodifiableUndirectedGraph.class org.jgrapht.graph.WeightedMultigraph.class org.jgrapht.graph.WeightedPseudograph.class org.jgrapht.traverse.AbstractGraphIterator.class org.jgrapht.traverse.BreadthFirstIterator.class org.jgrapht.traverse.ClosestFirstIterator.class org.jgrapht.traverse.CrossComponentIterator.class org.jgrapht.traverse.DepthFirstIterator.class org.jgrapht.traverse.GraphIterator.class org.jgrapht.traverse.TopologicalOrderIterator.class org.jgrapht.util.ArrayUnenforcedSet.class org.jgrapht.util.FibonacciHeap.class org.jgrapht.util.FibonacciHeapNode.class org.jgrapht.util.MathUtil.class org.jgrapht.util.ModifiableInteger.class org.jgrapht.util.PrefetchIterator.class org.jgrapht.util.TypeUtil.class org.jgrapht.util.VertexPair.class org.jgrapht.util.WeightCombiner.class
jgrapht-core-0.9.3.pom file content.
<?xml version="1.0"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.javabits.jgrapht</groupId> <artifactId>jgrapht</artifactId> <version>0.9.3</version> </parent> <artifactId>jgrapht-core</artifactId> <name>JGraphT - Core</name> <packaging>bundle</packaging> <licenses> <license> <name>GNU Lesser General Public License Version 2.1, February 1999</name> <url>http://jgrapht.sourceforge.net/LGPL.html</url> <distribution>repo</distribution> </license> <license> <name>Eclipse Public License (EPL) 1.0</name> <url>http://www.eclipse.org/legal/epl-v10.html</url> <distribution>repo</distribution> </license> </licenses> <dependencies> <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> <scope>test</scope> </dependency> </dependencies> </project>
<dependency> <groupId>org.javabits.jgrapht</groupId> <artifactId>jgrapht-core</artifactId> <version>0.9.3</version> </dependency>
If you think the following jgrapht-core-0.9.3.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.
Download jgrapht-core-0.9.3.jar file