m

mpxj

Library that provides facilities to allow project information to be manipulated in Java and .Net. Supports a range of data formats: Microsoft Project Exchange (MPX), Microsoft Project (MPP,MPT), Microsoft Project Data Interchange (MSPDI XML), Microsoft Project Database (MPD), Planner (XML), Primavera (PM XML, XER, and database), Asta Powerproject (PP, MDB), Asta Easyplan (PP), Phoenix Project Manager (PPX), FastTrack Schedule (FTS), and the Standard Data Exchange Format (SDEF).
http://mpxj.org
GNU Lesser General Public License v2.1 or later
Packwood Software
Jon Iles
Files download
File Operation
mpxj-12.9.3.jar download
mpxj-12.9.3.pom download
mpxj-12.9.3-sources.jar download
Apache Maven
<dependency>
  <groupId>net.sf.mpxj</groupId>
  <artifactId>mpxj</artifactId>
  <version>12.9.3</version>
</dependency>
Gradle Groovy
implementation 'net.sf.mpxj:mpxj:12.9.3'
Gradle Kotlin
implementation("net.sf.mpxj:mpxj:12.9.3")
Scala SBT
libraryDependencies += "net.sf.mpxj" % "mpxj" % "12.9.3"
Groovy Grape
@Grapes(
  @Grab(group='net.sf.mpxj', module='mpxj', version='12.9.3')
)
Apache Ivy
<dependency org="net.sf.mpxj" name="mpxj" rev="12.9.3" />
Leiningen
[net.sf.mpxj/mpxj "12.9.3"]
Apache Buildr
'net.sf.mpxj:mpxj:jar:12.9.3'