Skip to content

Commit

Permalink
update install instruction to point at maven central and artifactory
Browse files Browse the repository at this point in the history
  • Loading branch information
norswap committed Mar 12, 2021
1 parent 3b15451 commit b3c8c07
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions doc/INSTALL.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
# Install Autumn

The project's artifacts are hosted on [Bintray] and available from JCenter.
The project's artifacts are hosted on [Maven Central], and on a public [Artifactory repository].

It's also possible to use [JitPack] as an alternative (detailed instructions not provided).
The only difference is that new releases will land on the artifactory repository a few hours
earlier.

[Bintray]: https://bintray.com/norswap/maven/autumn
[JitPack]: https://jitpack.io/#norswap/autumn
[Maven Central]: https://search.maven.org/artifact/com.norswap/autumn/
[Artifactory repository]: https://norswap.jfrog.io/artifactory/maven/

**Setup:** If you are using IntelliJ IDEA, make sure to define the environment variable
`AUTUMN_USE_CHAR_COLUMN` for more accurate hyperlinked file locations. The same applies if your
Expand All @@ -29,7 +30,7 @@ repositories {

dependencies {
// ...
implementation("com.norswap:autumn:1.1.0")
implementation("com.norswap:autumn:1.2.0")
}
```

Expand All @@ -43,7 +44,7 @@ repositories {
dependencies {
// ...
implementation 'com.norswap:autumn:1.1.0'
implementation 'com.norswap:autumn:1.2.0'
}
```

Expand All @@ -66,7 +67,7 @@ In `pom.xml`:
<dependency>
<groupId>com.norswap</groupId>
<artifactId>autumn</artifactId>
<version>1.0.6</version>
<version>1.2.0</version>
</dependency>
</dependencies>
</project>
Expand Down

0 comments on commit b3c8c07

Please sign in to comment.