组织ID: |
org.jgrapht |
项目ID: |
jgrapht-core |
版本: |
1.0.0 |
最后修改时间: |
2018-08-01 23:15:35 |
包类型: |
jar |
标题: |
JGraphT - Core |
大小: |
427.82KB |
|
Maven引入代码: |
<dependency>
<groupId>org.jgrapht</groupId>
<artifactId>jgrapht-core</artifactId>
<version>1.0.0</version>
</dependency>
|
Gradle引入代码: |
org.jgrapht:jgrapht-core:1.0.0
|
下载Jar包: |
|
POM文件内容: |
<?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.jgrapht</groupId>
<artifactId>jgrapht</artifactId>
<version>1.0.0</version>
</parent>
<artifactId>jgrapht-core</artifactId>
<name>JGraphT - Core</name>
<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>
<dependency>
<groupId>org.openjdk.jmh</groupId>
<artifactId>jmh-core</artifactId>
<version>1.10.3</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.openjdk.jmh</groupId>
<artifactId>jmh-generator-annprocess</artifactId>
<version>1.10.3</version>
<scope>test</scope>
</dependency>
</dependencies>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
<version>2.4</version>
<configuration>
<archive>
<manifestFile>${project.build.outputDirectory}/META-INF/MANIFEST.MF</manifestFile>
</archive>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<executions>
<execution>
<id>default-test</id>
<configuration>
<excludes>
<exclude>**/perf/**</exclude>
</excludes>
</configuration>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.felix</groupId>
<artifactId>maven-bundle-plugin</artifactId>
<version>3.0.1</version>
<executions>
<execution>
<phase>process-classes</phase>
<goals>
<goal>manifest</goal>
</goals>
</execution>
</executions>
<configuration>
<instructions>
<Bundle-Vendor>Barak Naveh, John V. Sichi and contributors (see
http://sourceforge.net/projects/jgrapht/)</Bundle-Vendor>
</instructions>
</configuration>
</plugin>
</plugins>
</build>
</project>
|
Jar包内容: |
META-INF/MANIFEST.MF
org.jgrapht.util.PrefetchIterator.class
org.jgrapht.util.UnorderedVertexPair.class
org.jgrapht.util.PrefetchIterator$NextElementFunctor.class
org.jgrapht.util.TypeUtil.class
org.jgrapht.util.MathUtil.class
org.jgrapht.util.FibonacciHeap.class
org.jgrapht.util.VertexPair.class
org.jgrapht.util.WeightCombiner.class
org.jgrapht.util.ModifiableInteger.class
org.jgrapht.util.ArrayUnenforcedSet.class
org.jgrapht.util.FibonacciHeapNode.class
org.jgrapht.util.ArrayUnenforcedSet$1.class
org.jgrapht.util.ArrayUnenforcedSet$SetForEquality.class
org.jgrapht.GraphMapping.class
org.jgrapht.experimental.GraphSquare.class
org.jgrapht.experimental.GraphTests.class
org.jgrapht.experimental.alg.ApproximationAlgorithm.class
org.jgrapht.experimental.alg.ExactAlgorithm.class
org.jgrapht.experimental.alg.color.BrownBacktrackColoring.class
org.jgrapht.experimental.alg.color.GreedyColoring.class
org.jgrapht.experimental.alg.IntArrayGraphAlgorithm.class
org.jgrapht.experimental.GraphSquare$1.class
org.jgrapht.experimental.dag.DirectedAcyclicGraph$VisitedFactory.class
org.jgrapht.experimental.dag.DirectedAcyclicGraph$TopoVertexBiMap.class
org.jgrapht.experimental.dag.DirectedAcyclicGraph$1.class
org.jgrapht.experimental.dag.DirectedAcyclicGraph$VisitedArrayListImpl.class
org.jgrapht.experimental.dag.DirectedAcyclicGraph$TopoComparator.class
org.jgrapht.experimental.dag.DirectedAcyclicGraph.class
org.jgrapht.experimental.dag.DirectedAcyclicGraph$VisitedArrayImpl.class
org.jgrapht.experimental.dag.DirectedAcyclicGraph$TopoVertexMap.class
org.jgrapht.experimental.dag.DirectedAcyclicGraph$TopoOrderMappingFactory.class
org.jgrapht.experimental.dag.DirectedAcyclicGraph$Region.class
org.jgrapht.experimental.dag.DirectedAcyclicGraph$VisitedHashSetImpl.class
org.jgrapht.experimental.dag.DirectedAcyclicGraph$CycleFoundException.class
org.jgrapht.experimental.dag.DirectedAcyclicGraph$VisitedBitSetImpl.class
org.jgrapht.experimental.dag.DirectedAcyclicGraph$TopoIterator.class
org.jgrapht.experimental.dag.DirectedAcyclicGraph$TopoOrderMapping.class
org.jgrapht.experimental.dag.DirectedAcyclicGraph$Visited.class
org.jgrapht.generate.RandomGraphGenerator.class
org.jgrapht.generate.GnmRandomBipartiteGraphGenerator.class
org.jgrapht.generate.SimpleWeightedBipartiteGraphMatrixGenerator.class
org.jgrapht.generate.WeightedGraphGeneratorAdapter.class
org.jgrapht.generate.GnmRandomGraphGenerator.class
org.jgrapht.generate.LinearGraphGenerator.class
org.jgrapht.generate.SimpleWeightedGraphMatrixGenerator.class
org.jgrapht.generate.RingGraphGenerator.class
org.jgrapht.generate.EmptyGraphGenerator.class
org.jgrapht.generate.GridGraphGenerator.class
org.jgrapht.generate.WeightedGraphGenerator.class
org.jgrapht.generate.GnpRandomGraphGenerator.class
org.jgrapht.generate.CompleteGraphGenerator.class
org.jgrapht.generate.GnpRandomBipartiteGraphGenerator.class
org.jgrapht.generate.WheelGraphGenerator.class
org.jgrapht.generate.CompleteBipartiteGraphGenerator.class
org.jgrapht.generate.HyperCubeGraphGenerator.class
org.jgrapht.generate.GraphGenerator.class
org.jgrapht.generate.ScaleFreeGraphGenerator.class
org.jgrapht.generate.StarGraphGenerator.class
org.jgrapht.GraphPath.class
org.jgrapht.Graph.class
org.jgrapht.Graphs.class
org.jgrapht.ListenableGraph.class
org.jgrapht.DirectedGraph.class
org.jgrapht.VertexFactory.class
org.jgrapht.WeightedGraph.class
org.jgrapht.UndirectedGraph.class
org.jgrapht.EdgeFactory.class
org.jgrapht.alg.util.VertexDegreeComparator$Order.class
org.jgrapht.alg.util.extension.ExtensionFactory.class
org.jgrapht.alg.util.extension.Extension.class
org.jgrapht.alg.util.extension.ExtensionManager.class
org.jgrapht.alg.util.Pair.class
org.jgrapht.alg.util.UnionFind.class
org.jgrapht.alg.util.VertexDegreeComparator.class
org.jgrapht.alg.util.AlwaysEqualComparator.class
org.jgrapht.alg.KuhnMunkresMinimalWeightBipartitePerfectMatching.class
org.jgrapht.alg.BellmanFordShortestPath.class
org.jgrapht.alg.DirectedNeighborIndex.class
org.jgrapht.alg.NeighborIndex.class
org.jgrapht.alg.KosarajuStrongConnectivityInspector$VertexData1.class
org.jgrapht.alg.BellmanFordIterator.class
org.jgrapht.alg.CycleDetector$1.class
org.jgrapht.alg.AStarShortestPath.class
org.jgrapht.alg.GabowStrongConnectivityInspector$1.class
org.jgrapht.alg.AbstractPathElementList.class
org.jgrapht.alg.GreedyMultiplicativeSpanner$WeightedSpannerAlgorithm.class
org.jgrapht.alg.KruskalMinimumSpanningTree.class
org.jgrapht.alg.FloydWarshallShortestPaths.class
org.jgrapht.alg.EulerianCircuit.class
org.jgrapht.alg.RankingPathElement.class
org.jgrapht.alg.BlockCutpointGraph.class
org.jgrapht.alg.KosarajuStrongConnectivityInspector$VertexData.class
org.jgrapht.alg.VertexCovers.class
org.jgrapht.alg.TarjanLowestCommonAncestor$LcaRequestResponse.class
org.jgrapht.alg.KosarajuStrongConnectivityInspector$VertexData2.class
org.jgrapht.alg.TarjanLowestCommonAncestor$Worker.class
org.jgrapht.alg.BlockCutpointGraph$BCGEdge.class
org.jgrapht.alg.KuhnMunkresMinimalWeightBipartitePerfectMatching$KuhnMunkresMatrixImplementation.class
org.jgrapht.alg.BidirectionalDijkstraShortestPath$AlgorithmDetails.class
org.jgrapht.alg.GabowStrongConnectivityInspector$VertexNumber.class
org.jgrapht.alg.BidirectionalDijkstraShortestPath$AlgorithmDetails$UndirectedSpecifics.class
org.jgrapht.alg.AbstractPathElement.class
org.jgrapht.alg.ChromaticNumber.class
org.jgrapht.alg.BidirectionalDijkstraShortestPath$AlgorithmDetails$QueueEntry.class
org.jgrapht.alg.CliqueMinimalSeparatorDecomposition.class
org.jgrapht.alg.cycle.DirectedSimpleCycles.class
org.jgrapht.alg.cycle.UndirectedCycleBase.class
org.jgrapht.alg.cycle.HawickJamesSimpleCycles$Operation.class
org.jgrapht.alg.cycle.SzwarcfiterLauerSimpleCycles.class
org.jgrapht.alg.cycle.JohnsonSimpleCycles.class
org.jgrapht.alg.cycle.PatonCycleBase.class
org.jgrapht.alg.cycle.HawickJamesSimpleCycles.class
org.jgrapht.alg.cycle.TarjanSimpleCycles.class
org.jgrapht.alg.cycle.TiernanSimpleCycles.class
org.jgrapht.alg.KuhnMunkresMinimalWeightBipartitePerfectMatching$KuhnMunkresMatrixImplementation$MatchExtender.class
org.jgrapht.alg.GreedyMultiplicativeSpanner$UnweightedSpannerAlgorithm.class
org.jgrapht.alg.PrimMinimumSpanningTree.class
org.jgrapht.alg.KosarajuStrongConnectivityInspector.class
org.jgrapht.alg.CycleDetector$CycleDetectedException.class
org.jgrapht.alg.CycleDetector$ProbeIterator.class
org.jgrapht.alg.MinSourceSinkCut.class
org.jgrapht.alg.BidirectionalDijkstraShortestPath$AlgorithmDetails$Specifics.class
org.jgrapht.alg.NaiveLcaFinder.class
org.jgrapht.alg.TarjanLowestCommonAncestor$MultiMap.class
org.jgrapht.alg.KShortestPathsIterator.class
org.jgrapht.alg.TransitiveReduction.class
org.jgrapht.alg.DijkstraShortestPath.class
org.jgrapht.alg.KuhnMunkresMinimalWeightBipartitePerfectMatching$1.class
org.jgrapht.alg.HamiltonianCycle.class
org.jgrapht.alg.BidirectionalDijkstraShortestPath$AlgorithmDetails$DirectedSpecifics.class
org.jgrapht.alg.TarjanLowestCommonAncestor$1.class
org.jgrapht.alg.RankingPathElementList.class
org.jgrapht.alg.BidirectionalDijkstraShortestPath$AlgorithmDetails$SearchFrontier.class
org.jgrapht.alg.PathValidator.class
org.jgrapht.alg.GreedyMultiplicativeSpanner.class
org.jgrapht.alg.HopcroftKarpBipartiteMatching.class
org.jgrapht.alg.KShortestPaths$PathWrapper.class
org.jgrapht.alg.KShortestPaths.class
org.jgrapht.alg.GreedyMultiplicativeSpanner$SpannerAlgorithmBase.class
org.jgrapht.alg.interfaces.MinimumSpanningTree.class
org.jgrapht.alg.interfaces.MaximumFlowAlgorithm$MaximumFlow.class
org.jgrapht.alg.interfaces.WeightedMatchingAlgorithm.class
org.jgrapht.alg.interfaces.MaximumFlowAlgorithm$MaximumFlowImpl.class
org.jgrapht.alg.interfaces.MinimumSTCutAlgorithm.class
org.jgrapht.alg.interfaces.MaximumFlowAlgorithm.class
org.jgrapht.alg.interfaces.MinimumVertexCoverAlgorithm.class
org.jgrapht.alg.interfaces.MinimumWeightedVertexCoverAlgorithm.class
org.jgrapht.alg.interfaces.MinimumVertexCoverAlgorithm$VertexCover.class
org.jgrapht.alg.interfaces.AStarAdmissibleHeuristic.class
org.jgrapht.alg.interfaces.MatchingAlgorithm.class
org.jgrapht.alg.interfaces.StrongConnectivityAlgorithm.class
org.jgrapht.alg.interfaces.MinimumVertexCoverAlgorithm$VertexCoverImpl.class
org.jgrapht.alg.BronKerboschCliqueFinder.class
org.jgrapht.alg.BlockCutpointGraph$VertexComponentForbiddenFunction.class
org.jgrapht.alg.EdmondsBlossomShrinking.class
org.jgrapht.alg.StoerWagnerMinimumCut.class
org.jgrapht.alg.AllDirectedPaths.class
org.jgrapht.alg.MaximumWeightBipartiteMatching.class
org.jgrapht.alg.TarjanLowestCommonAncestor.class
org.jgrapht.alg.GabowStrongConnectivityInspector.class
org.jgrapht.alg.isomorphism.VF2AbstractIsomorphismInspector.class
org.jgrapht.alg.isomorphism.VF2SubgraphIsomorphismInspector.class
org.jgrapht.alg.isomorphism.IsomorphicGraphMapping.class
org.jgrapht.alg.isomorphism.VF2SubgraphMappingIterator.class
org.jgrapht.alg.isomorphism.VF2MappingIterator.class
org.jgrapht.alg.isomorphism.VF2SubgraphIsomorphismState.class
org.jgrapht.alg.isomorphism.VF2State.class
org.jgrapht.alg.isomorphism.VF2GraphIsomorphismState.class
org.jgrapht.alg.isomorphism.GraphOrdering$GeneralVertexDegreeComparator.class
org.jgrapht.alg.isomorphism.GraphOrdering.class
org.jgrapht.alg.isomorphism.VF2GraphIsomorphismInspector.class
org.jgrapht.alg.isomorphism.VF2GraphMappingIterator.class
org.jgrapht.alg.isomorphism.IsomorphismInspector.class
org.jgrapht.alg.BiconnectivityInspector.class
org.jgrapht.alg.KosarajuStrongConnectivityInspector$1.class
org.jgrapht.alg.StrongConnectivityInspector.class
org.jgrapht.alg.CycleDetector.class
org.jgrapht.alg.vertexcover.util.RatioVertex.class
org.jgrapht.alg.vertexcover.RecursiveExactVCImpl.class
org.jgrapht.alg.vertexcover.BarYehudaEvenTwoApproxVCImpl.class
org.jgrapht.alg.vertexcover.EdgeBasedTwoApproxVCImpl.class
org.jgrapht.alg.vertexcover.GreedyVCImpl.class
org.jgrapht.alg.vertexcover.ClarksonTwoApproxVCImpl.class
org.jgrapht.alg.vertexcover.RecursiveExactVCImpl$BitSetCover.class
org.jgrapht.alg.ConnectivityInspector$1.class
org.jgrapht.alg.NeighborIndex$Neighbors.class
org.jgrapht.alg.GreedyMultiplicativeSpanner$1.class
org.jgrapht.alg.StrongConnectivityInspector$VertexData1.class
org.jgrapht.alg.ConnectivityInspector$MyTraversalListener.class
org.jgrapht.alg.RankingPathElementList$PathMask.class
org.jgrapht.alg.StrongConnectivityInspector$VertexData.class
org.jgrapht.alg.StoerWagnerMinimumCut$VertexAndWeight.class
org.jgrapht.alg.BellmanFordPathElement.class
org.jgrapht.alg.TransitiveClosure.class
org.jgrapht.alg.ConnectivityInspector.class
org.jgrapht.alg.flow.EdmondsKarpMFImpl.class
org.jgrapht.alg.flow.PushRelabelMFImpl$VertexExtension.class
org.jgrapht.alg.flow.PushRelabelMFImpl.class
org.jgrapht.alg.flow.MaximumFlowAlgorithmBase.class
org.jgrapht.alg.flow.PushRelabelMFImpl$PushRelabelDiagnostic.class
org.jgrapht.alg.flow.EdmondsKarpMFImpl$VertexExtension.class
org.jgrapht.alg.flow.MaximumFlowAlgorithmBase$AnnotatedFlowEdge.class
org.jgrapht.alg.flow.MaximumFlowAlgorithmBase$VertexExtensionBase.class
org.jgrapht.alg.StrongConnectivityInspector$VertexData2.class
org.jgrapht.alg.BidirectionalDijkstraShortestPath.class
org.jgrapht.alg.StrongConnectivityInspector$1.class
org.jgrapht.traverse.RandomWalkIterator.class
org.jgrapht.traverse.ClosestFirstIterator.class
org.jgrapht.traverse.TopologicalOrderIterator.class
org.jgrapht.traverse.ClosestFirstIterator$QueueEntry.class
org.jgrapht.traverse.TopologicalOrderIterator$LinkedListQueue.class
org.jgrapht.traverse.DepthFirstIterator.class
org.jgrapht.traverse.AbstractGraphIterator.class
org.jgrapht.traverse.CrossComponentIterator$SimpleContainer.class
org.jgrapht.traverse.AbstractGraphIterator$UndirectedSpecifics.class
org.jgrapht.traverse.AbstractGraphIterator$DirectedSpecifics.class
org.jgrapht.traverse.AbstractGraphIterator$FlyweightVertexEvent.class
org.jgrapht.traverse.AbstractGraphIterator$Specifics.class
org.jgrapht.traverse.CrossComponentIterator.class
org.jgrapht.traverse.CrossComponentIterator$VisitColor.class
org.jgrapht.traverse.AbstractGraphIterator$FlyweightEdgeEvent.class
org.jgrapht.traverse.GraphIterator.class
org.jgrapht.traverse.BreadthFirstIterator.class
org.jgrapht.traverse.TopologicalOrderIterator$1.class
org.jgrapht.graph.SimpleDirectedGraph.class
org.jgrapht.graph.ListenableDirectedWeightedGraph.class
org.jgrapht.graph.MaskEdgeSet.class
org.jgrapht.graph.MaskEdgeSet$MaskEdgeSetNextElementFunctor.class
org.jgrapht.graph.AsUnweightedDirectedGraph.class
org.jgrapht.graph.AbstractBaseGraph$ArrayListFactory.class
org.jgrapht.graph.AsUnweightedGraph.class
org.jgrapht.graph.SimpleDirectedWeightedGraph.class
org.jgrapht.graph.ListenableDirectedGraph.class
org.jgrapht.graph.Multigraph.class
org.jgrapht.graph.IntrusiveEdge.class
org.jgrapht.graph.UndirectedGraphUnion.class
org.jgrapht.graph.MixedGraphUnion.class
org.jgrapht.graph.DirectedWeightedMultigraph.class
org.jgrapht.graph.ListenableUndirectedGraph.class
org.jgrapht.graph.Subgraph$1.class
org.jgrapht.graph.UndirectedWeightedSubgraph.class
org.jgrapht.graph.WeightedMultigraph.class
org.jgrapht.graph.GraphDelegator.class
org.jgrapht.graph.DefaultDirectedWeightedGraph.class
org.jgrapht.graph.DefaultListenableGraph$FlyweightEdgeEvent.class
org.jgrapht.graph.MaskVertexSet.class
org.jgrapht.graph.builder.UndirectedGraphBuilderBase.class
org.jgrapht.graph.builder.DirectedWeightedGraphBuilder.class
#内容未全部加载,请点击展开加载全部代码(NowJava.com)
|
依赖Jar: |
jmh-core-1.10.3.jar
/org.openjdk.jmh/jmh-core/1.10.3
查看jmh-core所有版本文件
jmh-generator-annprocess-1.10.3.jar
/org.openjdk.jmh/jmh-generator-annprocess/1.10.3
查看jmh-generator-annprocess所有版本文件
|