is not current version
Last Version 10.6.1

net.sf.mpxj:mpxj 7.0.2

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).

Categories

Categories

Net
GroupId

GroupId

net.sf.mpxj
ArtifactId

ArtifactId

mpxj
Version

Version

7.0.2
Type

Type

jar

Download mpxj 7.0.2


<!-- https://jarcasting.com/artifacts/net.sf.mpxj/mpxj/ -->
<dependency>
    <groupId>net.sf.mpxj</groupId>
    <artifactId>mpxj</artifactId>
    <version>7.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/net.sf.mpxj/mpxj/
implementation 'net.sf.mpxj:mpxj:7.0.2'
// https://jarcasting.com/artifacts/net.sf.mpxj/mpxj/
implementation ("net.sf.mpxj:mpxj:7.0.2")
'net.sf.mpxj:mpxj:jar:7.0.2'
<dependency org="net.sf.mpxj" name="mpxj" rev="7.0.2">
  <artifact name="mpxj" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.sf.mpxj', module='mpxj', version='7.0.2')
)
libraryDependencies += "net.sf.mpxj" % "mpxj" % "7.0.2"
[net.sf.mpxj/mpxj "7.0.2"]