fwbrasil / activate

Abandoned: Pluggable persistence in Scala
GNU Lesser General Public License v2.1
299 stars 46 forks source link

What to put in Maven pom.xml? #141

Closed joelbloch closed 10 years ago

joelbloch commented 10 years ago

Hello,

I feel kind of stupid, but I cannot manage to download the activate framework using maven. Could you tell me what exact dependancy and repository I should add?

Thanks.

fwbrasil commented 10 years ago

Don't worry. The documentation should have this information, I will add it.

It is necessary to append the scala version to the artifactId:

<dependency>
    <groupId>net.fwbrasil</groupId>
    <artifactId>activate-core_2.10</artifactId>
    <version>1.5.3</version>
</dependency>