a

activation

The javax.activation package. It is appropriate for inclusion in a classpath, and may be added to a Java 2 installation.
http://java.sun.com/products/javabeans/glasgow/jaf.html
Files download
File Operation
activation-1.0.2.pom download
Apache Maven
<dependency>
  <groupId>jaf</groupId>
  <artifactId>activation</artifactId>
  <version>1.0.2</version>
</dependency>
Gradle Groovy
implementation 'jaf:activation:1.0.2'
Gradle Kotlin
implementation("jaf:activation:1.0.2")
Scala SBT
libraryDependencies += "jaf" % "activation" % "1.0.2"
Groovy Grape
@Grapes(
  @Grab(group='jaf', module='activation', version='1.0.2')
)
Apache Ivy
<dependency org="jaf" name="activation" rev="1.0.2" />
Leiningen
[jaf/activation "1.0.2"]
Apache Buildr
'jaf:activation:jar:1.0.2'
Dependencies
The project has no third-party dependencies