You can download jgrapht-ext-0.9.0.jar in this page.
GNU Lesser General Public License Version 2.1, February 1999
jgrapht-ext-0.9.0.jar file has the following types.
META-INF/MANIFEST.MF META-INF/maven/org.jgrapht/jgrapht-ext/pom.properties META-INF/maven/org.jgrapht/jgrapht-ext/pom.xml org.jgrapht.ext.ComponentAttributeProvider.class org.jgrapht.ext.DOTExporter.class org.jgrapht.ext.EdgeNameProvider.class org.jgrapht.ext.GmlExporter.class org.jgrapht.ext.GraphMLExporter.class org.jgrapht.ext.IntegerEdgeNameProvider.class org.jgrapht.ext.IntegerNameProvider.class org.jgrapht.ext.JGraphModelAdapter.class org.jgrapht.ext.JGraphXAdapter.class org.jgrapht.ext.MatrixExporter.class org.jgrapht.ext.StringEdgeNameProvider.class org.jgrapht.ext.StringNameProvider.class org.jgrapht.ext.VertexNameProvider.class org.jgrapht.ext.VisioExporter.class
jgrapht-ext-0.9.0.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.jgrapht</groupId> <artifactId>jgrapht</artifactId> <version>0.9.0</version> </parent> <artifactId>jgrapht-ext</artifactId> <name>JGraphT - Ext</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> <build> <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-shade-plugin</artifactId> <version>1.5</version> <executions> <execution> <phase>package</phase> <goals> <goal>shade</goal> </goals> </execution> </executions> <configuration> <shadedArtifactAttached>true</shadedArtifactAttached> <shadedClassifierName>uber</shadedClassifierName> <!-- <finalName>${project.artifactId}-${project.version}-uber</finalName> --> </configuration> </plugin> </plugins> </build> <dependencies> <dependency> <groupId>${project.groupId}</groupId> <artifactId>jgrapht-core</artifactId> </dependency> <dependency> <groupId>org.tinyjee.jgraphx</groupId> <artifactId>jgraphx</artifactId> <version>2.0.0.1</version> </dependency> <dependency> <groupId>jgraph</groupId> <artifactId>jgraph</artifactId> <version>5.13.0.0</version> </dependency> <dependency> <groupId>xmlunit</groupId> <artifactId>xmlunit</artifactId> </dependency> <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> </dependency> </dependencies> </project>
<dependency> <groupId>org.jgrapht</groupId> <artifactId>jgrapht-ext</artifactId> <version>0.9.0</version> </dependency>
If you think the following jgrapht-ext-0.9.0.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.
Download jgrapht-ext-0.9.0.jar file