Skip to content

monkeysintown/graphviz4j

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

graphviz4j

TODO: description Maven Central

If you just want to compile the project without running the tests:

mvn -DskipTests clean install

If you want to run the tests (Derby and H2 in server mode):

mvn clean install

You can find the latest releases here:

Download

... or setup your Maven dependencies:

<dependency>
    <groupId>com.github.monkeysintown</groupId>
    <artifactId>graphviz4j</artifactId>
    <version>1.0.0-SNAPSHOT</version>
</dependency>

... and configure Bintray's JCenter repository in your pom.xml:

...
<repositories>
    <repository>
        <snapshots>
            <enabled>false</enabled>
        </snapshots>
        <id>central</id>
        <name>bintray</name>
        <url>http://jcenter.bintray.com</url>
    </repository>
</repositories>
...

Get automatic notifications about new releases here:

Get automatic notifications about new "graphviz4j" versions

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published