| Лицензия |
Лицензия
Dual license consisting of the CDDL v1.1 and GPL v2
|
|---|---|
| Категории |
КатегорииСеть |
| Группа | Группаorg.jvnet |
| Идентификатор | Идентификаторmimepull |
| Последняя версия | Последняя версия1.6 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеMIME streaming extension
Provides a streaming API to access attachments parts in a MIME message.
|
| Организация-разработчик |
Организация-разработчик |
| Имя Файла | Размер |
|---|---|
| mimepull-1.6.pom | |
| mimepull-1.6.jar | 38 KB |
| mimepull-1.6-sources.jar | 36 KB |
| mimepull-1.6-javadoc.jar | 41 KB |
| Обзор |
<!-- 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"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| junit : junit | jar | 3.8.1 |