| License |
License
Dual license consisting of the CDDL v1.1 and GPL v2
|
|---|---|
| Categories |
CategoriesNet |
| GroupId | GroupIdorg.jvnet |
| ArtifactId | ArtifactIdmimepull |
| Last Version | Last Version1.6 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionMIME streaming extension
Provides a streaming API to access attachments parts in a MIME message.
|
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| mimepull-1.6.pom | |
| mimepull-1.6.jar | 38 KB |
| mimepull-1.6-sources.jar | 36 KB |
| mimepull-1.6-javadoc.jar | 41 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.jvnet/mimepull/ -->
<dependency>
<groupId>org.jvnet</groupId>
<artifactId>mimepull</artifactId>
<version>1.6</version>
</dependency>
// https://jarcasting.com/artifacts/org.jvnet/mimepull/
implementation 'org.jvnet:mimepull:1.6'
// https://jarcasting.com/artifacts/org.jvnet/mimepull/
implementation ("org.jvnet:mimepull:1.6")
'org.jvnet:mimepull:jar:1.6'
<dependency org="org.jvnet" name="mimepull" rev="1.6">
<artifact name="mimepull" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jvnet', module='mimepull', version='1.6')
)
libraryDependencies += "org.jvnet" % "mimepull" % "1.6"
[org.jvnet/mimepull "1.6"]
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 3.8.1 |