Download paxtools-core-5.0.0.jar file - Jar p

Jar examples for p:paxtools-core

Description

Paxtools core library includes the BioPAX object model and interfaces, the default implementation and extras: reflection-based class factories and property editors/accessors, some inverse properties (e.g., xrefOf, componentOf), traversal and file (I/O) utilities.

You can download jar file paxtools-core 5.0.0 in this page.

Build File

You can use the following script to add paxtools-core-5.0.0.jar to your project.

<dependency>
   <groupId>org.biopax.paxtools</groupId>
   <artifactId>paxtools-core</artifactId>
   <version>5.0.0</version>
</dependency>
compile group: 'org.biopax.paxtools', name: 'paxtools-core', version: '5.0.0'
libraryDependencies += "org.biopax.paxtools" % "paxtools-core" % "5.0.0"
<dependency org="org.biopax.paxtools" name="paxtools-core" rev="5.0.0"/>
@Grapes(@Grab(group='org.biopax.paxtools', module='paxtools-core', version='5.0.0'))
'org.biopax.paxtools:paxtools-core:jar:5.0.0'

Download

Click the following link to download the jar file.

paxtools-core-5.0.0-javadoc.jar
paxtools-core-5.0.0-sources.jar
paxtools-core-5.0.0.jar
paxtools-core-5.0.0.pom



Related Tutorials