JavaBeans Activation Framework API jar


License

License

GroupId

GroupId

javax.activation
ArtifactId

ArtifactId

javax.activation-api
Last Version

Last Version

1.2.0
Release Date

Release Date

Type

Type

jar
Description

Description

JavaBeans Activation Framework API jar
JavaBeans Activation Framework API jar
Project Organization

Project Organization

Oracle

Download javax.activation-api

How to add to project

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

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.

⚠️ 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.

javax.activation

Java EE

Java Enterprise Edition

Versions

Version
1.2.0