header

Torsten Curdt’s weblog

Javamail in maven repository

Kohsuke reports the good news …javamail and the activation jar are finally available from a maven repository! Especially great for projects like commons-email.

Update: …and Carlos put them up on ibiblio into the maven2 repository. Now you can just add them to your pom.xml like this


<dependency>
 <groupId>javax.activation</groupId>
 <artifactId>activation</artifactId>
 <version>1.1</version>
</dependency>
<dependency>
 <groupId>javax.mail</groupId>
 <artifactId>mail</artifactId>
 <version>1.4</version>
</dependency>

  • Georg
    Thank you for that post - I haven't found the dependencies over mvnrepository.com before.
  • Thanks for the correction!
  • Lars
    silly, those tags are invisible. Tags should be parsed before submiting, otherwise you could do things like this: yikes!
  • Lars
    it must be and with capital I in *Id

    regards, Lars
blog comments powered by Disqus