MVN

eu.ocathain.javax.activation : activation

Maven & Gradle

Apr 04, 2015
1 usages

activation-forked-android · A minimal port of Java Activation Framework with the AWT dependencies removed. Exists purely to allow the Android port of JavaMail to work.

<dependency>
    <groupId>eu.ocathain.javax.activation</groupId>
    <artifactId>activation</artifactId>
    <version>1.1.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of eu.ocathain.javax.activation : activation to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.1.1

All Versions

Choose a version of eu.ocathain.javax.activation : activation to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.1.x
activation-1.1.1

How to add a dependency to Maven

Add the following eu.ocathain.javax.activation : activation maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>eu.ocathain.javax.activation</groupId>
    <artifactId>activation</artifactId>
    <version>1.1.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following eu.ocathain.javax.activation : activation gradle dependency to your build.gradle file:

implementation 'eu.ocathain.javax.activation:activation:1.1.1'

Gradle Kotlin DSL: Add the following eu.ocathain.javax.activation : activation gradle kotlin dependency to your build.gradle.kts file:

implementation("eu.ocathain.javax.activation:activation:1.1.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following eu.ocathain.javax.activation : activation sbt scala dependency to your build.sbt file:

libraryDependencies += "eu.ocathain.javax.activation" % "activation" % "1.1.1"