Skip to content

Commit

Permalink
updated README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Piotr Adamczyk committed Aug 19, 2020
1 parent 098d795 commit 6ed35e6
Showing 1 changed file with 24 additions and 1 deletion.
25 changes: 24 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -656,7 +656,8 @@ v3.0-SNAPSHOT

### Maven

You can consume Flank via maven. See the [maven repo](https://bintray.com/flank/maven/flank) for all supported versions.
You can consume Flank via maven.
See the [maven repo](https://bintray.com/flank/maven/flank) for all supported versions.

```
repositories {
Expand All @@ -668,6 +669,28 @@ dependencies {
}
```

or [GitHub packages](https://github.com/Flank/flank/packages/)

<details open>
<summary>Groovy</summary>

```groovy
dependencies {
implementation "com.github.flank:flank:<latest version>"
}
```

</details>
<details>
<summary>Kotlin</summary>

```kotlin
dependencies {
implementation("com.github.flank:flank:<latest version>")
}
```
</details>

### Gradle Enterprise Export API

It is possible to fetch metrics from Gradle builds. For detailed info please visit [Gradle Export API](https://docs.gradle.com/enterprise/export-api/)
Expand Down

0 comments on commit 6ed35e6

Please # to comment.