Skip to content

Core libraries for building and editing Petri nets

Notifications You must be signed in to change notification settings

tanvipotdar/PIPECore

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PIPECore Build Status

This project contains the core set of classes for creating and animating Petri nets.

Maven integration

To use this library in Maven projects add this GitHub project as an external repository:

<repositories>
    <repository>
        <id>PIPECore-mvn-repo</id>
        <url>https://raw.github.com/sarahtattersall/PIPECore/mvn-repo/</url>
        <snapshots>
            <enabled>true</enabled>
            <updatePolicy>always</updatePolicy>
        </snapshots>
    </repository>
</repositories>

Then either include the SNAPSHOT or latest release version in your dependencies:

<dependencies>
    <dependency>
        <groupId>uk.ac.imperial</groupId>
        <artifactId>pipe-core</artifactId>
        <version>1.0.1</version>
    </dependency>
</dependencies>

About

Core libraries for building and editing Petri nets

Resources

Stars

Watchers

Forks

Packages

No packages published