Skip to content

Commit

Permalink
doc: Edit getting started for external dependency
Browse files Browse the repository at this point in the history
fix #2737
  • Loading branch information
surli committed Nov 8, 2018
1 parent fdd3250 commit c1b6122
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README.md
Expand Up @@ -48,6 +48,19 @@ CtClass l = Launcher.parseClass("class A { void m() { System.out.println(\"yeah\

Some examples about the usage of Spoon can be found on [spoon-examples](https://github.com/SpoonLabs/spoon-examples).

:warning: We introduced in Spoon 7.1.0 an external dependency that is not available on Maven Central.
In order to use it properly, please add also the following repository in your pom:

```
<repositories>
<repository>
<id>inria</id>
<name>triskell-public-release</name>
<url>http://maven.inria.fr/artifactory/triskell-public-release</url>
</repository>
</repositories>
```


## Contributing in 2 seconds

Expand Down

0 comments on commit c1b6122

Please sign in to comment.