Maven Repository - POM file for JEE activation 1.0.2 1.0.2

Summary

JavaBeans Activation Framework (JAF).

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 perfor....

Declaration

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.0.2</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.





Depended by

The following table lists the most popular artifacts which are depending on activation-1.0.2. Their categories and depend by count are also listed.

CategoryArtifactDepended By Count
Springspring-support 2.0.8
Spring Framework: Support
6
Lognlog4j 1.2.24
nlog4j - NLOG4J is a production-quality log4j-replacement with native SLF4J API support. See http://www.slf4j.org/nlog4j/
16
Lognlog4j 1.2.25
nlog4j - NLOG4J is a production-quality log4j-replacement with native SLF4J API support. See http://www.slf4j.org/nlog4j/
12
Networkmail 1.3.2
The JavaMail API provides a platform-independent and protocol-independent framework to build mail and messaging applications.
22
Springspring 2.0
Spring Framework
11
Springspring 1.2.9
Spring Framework
27
Testinghttpunit 1.6
A Java library for the automatic stimulation and testing of web applications.
12

POM File Source

Here is the content of the POM file.

<project>
  <modelVersion>4.0.0</modelVersion>
  <groupId>javax.activation</groupId>
  <artifactId>activation</artifactId>
  <version>1.0.2</version>
  <name>JavaBeans Activation Framework (JAF)</name>
  <description>
    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).
  </description>
  <url>http://java.sun.com/products/javabeans/jaf/index.jsp</url>
  <distributionManagement>
    <downloadUrl>http://java.sun.com/products/javabeans/glasgow/jaf.html</downloadUrl>
  </distributionManagement>
</project>