Skip to content

Commit

Permalink
doc: getting started for external dependency (#2752)
Browse files Browse the repository at this point in the history
  • Loading branch information
surli authored and pvojtechovsky committed Nov 8, 2018
1 parent ebeeb44 commit baf80cc
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
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 baf80cc

Please sign in to comment.