License |
License |
---|---|
Categories |
CategoriesNet |
GroupId | GroupIdnet.sourceforge |
ArtifactId | ArtifactIdmpxj |
Last Version | Last Version4.5.0-rc1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionMPXJ
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]).
|
Project URL |
Project URL |
Filename | Size |
---|---|
mpxj-4.5.0-rc1.pom | |
mpxj-4.5.0-rc1.jar | 1 MB |
mpxj-4.5.0-rc1-sources.jar | 1 MB |
mpxj-4.5.0-rc1-javadoc.jar | 3 MB |
Browse |
<!-- https://jarcasting.com/artifacts/net.sourceforge/mpxj/ -->
<dependency>
<groupId>net.sourceforge</groupId>
<artifactId>mpxj</artifactId>
<version>4.5.0-rc1</version>
</dependency>
// https://jarcasting.com/artifacts/net.sourceforge/mpxj/
implementation 'net.sourceforge:mpxj:4.5.0-rc1'
// https://jarcasting.com/artifacts/net.sourceforge/mpxj/
implementation ("net.sourceforge:mpxj:4.5.0-rc1")
'net.sourceforge:mpxj:jar:4.5.0-rc1'
<dependency org="net.sourceforge" name="mpxj" rev="4.5.0-rc1">
<artifact name="mpxj" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.sourceforge', module='mpxj', version='4.5.0-rc1')
)
libraryDependencies += "net.sourceforge" % "mpxj" % "4.5.0-rc1"
[net.sourceforge/mpxj "4.5.0-rc1"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.poi : poi | jar | 3.7 |
junit : junit | jar | 3.8.1 |