Download activation-1.0.2.jar file - Jar a

Jar examples for a:activation

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

You can download jar file activation 1.0.2 in this page.

License

COMMON DEVELOPMENT AND DISTRIBUTION LICENSE (CDDL) Version 1.0

Build File

You can use the following script to add activation-1.0.2.jar to your project.

<dependency>
   <groupId>javax.activation</groupId>
   <artifactId>activation</artifactId>
   <version>1.0.2</version>
</dependency>
compile group: 'javax.activation', name: 'activation', version: '1.0.2'
libraryDependencies += "javax.activation" % "activation" % "1.0.2"
<dependency org="javax.activation" name="activation" rev="1.0.2"/>
@Grapes(@Grab(group='javax.activation', module='activation', version='1.0.2'))
'javax.activation:activation:jar:1.0.2'

Download

Click the following link to download the jar file.

activation-1.0.2.pom



Related Tutorials