is not current version
Last Version 4.5.0-rc1

net.sourceforge:mpxj 4.0.0

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
Type

Type

jar

Download mpxj 4.0.0

Filename Size
mpxj-4.0.0.pom
mpxj-4.0.0.jar 826 KB
Browse

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