JavaBeans(TM) Activation Framework.
The JavaBeans(TM) Activation Framework is used by the JavaMail(TM) API to manage MIME data.
Here is the list of declaration for activation. If you use Maven you can use the following code to add the dependency for this POM file.
<dependency> <groupId>javax.activation</groupId> <artifactId>activation</artifactId> <version>1.1.1</version> </dependency>
If you think this Maven repository POM file listing for activation is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
Name:COMMON DEVELOPMENT AND DISTRIBUTION LICENSE (CDDL) Version 1.0
URL: https://glassfish.dev.java.net/public/CDDLv1.0.html.
The following table lists the most popular artifacts which are depending on activation-1.1.1. Their categories and depend by count are also listed.
Category | Artifact | Depended By Count |
---|---|---|
JEE | opencms-core 8.0.1 Opencms-core is the JAR-Library for OpenCms. OpenCms is a Content Management System that is based on Open Source Software. Complex Intranet and Internet websites can be quickly and cost-effectively created, maintained and managed. | 53 |
Network | netty 3.6.6.Final The Netty project is an effort to provide an asynchronous event-driven network application framework and tools for rapid development of maintainable high performance and high scalability protocol servers and clients. In other words, Netty is a NIO client server framework which enab... | 36 |
JEE | opencms-core 8.5.2 Opencms-core is the JAR-Library for OpenCms. OpenCms is a Content Management System that is based on Open Source Software. Complex Intranet and Internet websites can be quickly and cost-effectively created, maintained and managed. | 5 |
Network | netty 3.9.0.Final The Netty project is an effort to provide an asynchronous event-driven network application framework and tools for rapid development of maintainable high performance and high scalability protocol servers and clients. In other words, Netty is a NIO client server framework which enab... | 26 |
Network | netty 3.6.3.Final The Netty project is an effort to provide an asynchronous event-driven network application framework and tools for rapid development of maintainable high performance and high scalability protocol servers and clients. In other words, Netty is a NIO client server framework which enab... | 17 |
Network | netty 3.7.0.Final The Netty project is an effort to provide an asynchronous event-driven network application framework and tools for rapid development of maintainable high performance and high scalability protocol servers and clients. In other words, Netty is a NIO client server framework which enab... | 9 |
Network | netty 3.6.4.Final The Netty project is an effort to provide an asynchronous event-driven network application framework and tools for rapid development of maintainable high performance and high scalability protocol servers and clients. In other words, Netty is a NIO client server framework which enab... | 5 |
Network | netty 3.6.2.Final The Netty project is an effort to provide an asynchronous event-driven network application framework and tools for rapid development of maintainable high performance and high scalability protocol servers and clients. In other words, Netty is a NIO client server framework which enab... | 12 |
Network | netty 3.5.1.Final The Netty project is an effort to provide an asynchronous event-driven network application framework and tools for rapid development of maintainable high performance and high scalability protocol servers and clients. In other words, Netty is a NIO client server framework which enab... | 5 |
Network | netty 3.5.0.Final The Netty project is an effort to provide an asynchronous event-driven network application framework and tools for rapid development of maintainable high performance and high scalability protocol servers and clients. In other words, Netty is a NIO client server framework which enab... | 6 |
Network | netty 3.5.9.Final The Netty project is an effort to provide an asynchronous event-driven network application framework and tools for rapid development of maintainable high performance and high scalability protocol servers and clients. In other words, Netty is a NIO client server framework which enab... | 8 |
Spring | spring-integration-mail 2.2.4.RELEASE Spring Integration Mail Support | 5 |
Network | netty 3.8.0.Final The Netty project is an effort to provide an asynchronous event-driven network application framework and tools for rapid development of maintainable high performance and high scalability protocol servers and clients. In other words, Netty is a NIO client server framework which enab... | 24 |
Data Structure | commons-email 1.3 Commons-Email aims to provide an API for sending email. It is built on top of the JavaMail API, which it aims to simplify. | 10 |
Network | netty 3.4.6.Final The Netty project is an effort to provide an asynchronous event-driven network application framework and tools for rapid development of maintainable high performance and high scalability protocol servers and clients. In other words, Netty is a NIO client server framework which enab... | 9 |
Network | netty 3.5.7.Final The Netty project is an effort to provide an asynchronous event-driven network application framework and tools for rapid development of maintainable high performance and high scalability protocol servers and clients. In other words, Netty is a NIO client server framework which enab... | 8 |
JEE | opencms-core 8.5.0 Opencms-core is the JAR-Library for OpenCms. OpenCms is a Content Management System that is based on Open Source Software. Complex Intranet and Internet websites can be quickly and cost-effectively created, maintained and managed. | 28 |
Network | netty 3.9.4.Final The Netty project is an effort to provide an asynchronous event-driven network application framework and tools for rapid development of maintainable high performance and high scalability protocol servers and clients. In other words, Netty is a NIO client server framework which enab... | 14 |
Network | netty 3.5.8.Final The Netty project is an effort to provide an asynchronous event-driven network application framework and tools for rapid development of maintainable high performance and high scalability protocol servers and clients. In other words, Netty is a NIO client server framework which enab... | 12 |
Network | netty 3.6.5.Final The Netty project is an effort to provide an asynchronous event-driven network application framework and tools for rapid development of maintainable high performance and high scalability protocol servers and clients. In other words, Netty is a NIO client server framework which enab... | 9 |
Development | subethasmtp 3.1.7 SubEtha SMTP is an easy-to-use server-side SMTP library for Java. | 5 |
The following packages are defined in the activation-1.1.1.jar
com.sun.activation.registries com.sun.activation.viewers javax.activation
Here is the content of the POM file.
<?xml version="1.0"?><project> <modelVersion>4.0.0</modelVersion> <groupId>javax.activation</groupId> <artifactId>activation</artifactId> <name>JavaBeans(TM) Activation Framework</name> <version>1.1.1</version> <description>The JavaBeans(TM) Activation Framework is used by the JavaMail(TM) API to manage MIME data</description> <url>http://java.sun.com/javase/technologies/desktop/javabeans/jaf/index.jsp</url> <licenses> <license> <name>COMMON DEVELOPMENT AND DISTRIBUTION LICENSE (CDDL) Version 1.0</name> <url>https://glassfish.dev.java.net/public/CDDLv1.0.html</url> </license> </licenses> </project>