| License |
License |
|---|---|
| Categories |
CategoriesNet |
| GroupId | GroupIdnet.freeutils.jtnef |
| ArtifactId | ArtifactIdtnef |
| Last Version | Last Version1.5.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionJTNEF
The Java TNEF package is an open source code implementation of a TNEF message handler, which can be used as a command-line utility or integrated into Java-based mail applications to extract the original message content.
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| tnef-1.5.0.pom | |
| tnef-1.5.0.jar | 58 KB |
| tnef-1.5.0-sources.jar | 61 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/net.freeutils.jtnef/tnef/ -->
<dependency>
<groupId>net.freeutils.jtnef</groupId>
<artifactId>tnef</artifactId>
<version>1.5.0</version>
</dependency>
// https://jarcasting.com/artifacts/net.freeutils.jtnef/tnef/
implementation 'net.freeutils.jtnef:tnef:1.5.0'
// https://jarcasting.com/artifacts/net.freeutils.jtnef/tnef/
implementation ("net.freeutils.jtnef:tnef:1.5.0")
'net.freeutils.jtnef:tnef:jar:1.5.0'
<dependency org="net.freeutils.jtnef" name="tnef" rev="1.5.0">
<artifact name="tnef" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.freeutils.jtnef', module='tnef', version='1.5.0')
)
libraryDependencies += "net.freeutils.jtnef" % "tnef" % "1.5.0"
[net.freeutils.jtnef/tnef "1.5.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| javax.activation : activation | jar | 1.1 |
| javax.mail : mail | jar | 1.4.1 |
| org.apache.poi : poi | jar | 3.2-FINAL |