JavaBeans Activation Framework


Лицензия

Лицензия

Группа

Группа

com.sun.activation
Идентификатор

Идентификатор

javax.activation
Последняя версия

Последняя версия

1.2.0
Дата

Дата

Тип

Тип

jar
Описание

Описание

JavaBeans Activation Framework
JavaBeans Activation Framework
Организация-разработчик

Организация-разработчик

Oracle

Скачать javax.activation

Как подключить последнюю версию

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

Зависимости

test (1)

Идентификатор библиотеки Тип Версия
junit : junit Необязательный jar 4.7

Модули Проекта

Данный проект не имеет модулей.

⚠️ This project is now part of the EE4J initiative. This repository has been archived as all activities are now happening in the corresponding Eclipse repository. See here for the overall EE4J transition status.


JavaBeans Activation Framework (JAF)

The JavaBeans Activation Framework (JAF) is a standard extension to the Java platform that lets you take advantage of standard services to: determine the type of an arbitrary piece of data; encapsulate access to it; discover the operations available on it; and instantiate the appropriate bean to perform the operation(s).

JAF is used by JavaMail and JAX-WS for data content handling.

JAF is included in Java SE 6 and later.

This standalone release of JAF uses a Java Platform Module System "automatic" module name of java.activation, to match the module name used in JDK 9. A future version will include full module metadata.

com.sun.activation

Java EE

Java Enterprise Edition

Версии библиотеки

Версия
1.2.0