is not current version
Last Version 4.5.0-rc1

net.sourceforge:mpxj 4.0.0.1

This library provides a set of facilities to allow project information to be manipulated in Java and .Net. MPXJ supports seven data formats, Microsoft Project Exchange (MPX), Microsoft Project (MPP,MPT), Microsoft Project Data Interchange (MSPDI XML), Microsoft Project Database (MPD), Planner (XML), and Primavera (XER and database). Artifact packed by Alexey Skorokhodov ([email protected]).

Categories

Categories

Net
GroupId

GroupId

net.sourceforge
ArtifactId

ArtifactId

mpxj
Version

Version

4.0.0.1
Type

Type

jar

Download mpxj 4.0.0.1


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