Skip to content

Commit

Permalink
Added maven repository for gradle dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Genron committed May 17, 2019
1 parent 5e31e4e commit 24cdff4
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,18 @@ To use this framework as part of your Maven build simply add the jcentral reposi

## Gradle

To use this framework as part of your gradle build simply add the jcentral repository to your build.gradle file and use the following dependency definition.
To use this framework as part of your gradle build simply add the following to your build.gradle file and use the following dependency definition.

```groovy
compile group: 'com.dlsc.preferencesfx', name: 'preferencesfx-core', version: '2.1.0'
repositories {
maven {
url 'http://maven.bestsolution.at/efxclipse-releases/'
}
}
dependencies {
compile group: 'com.dlsc.preferencesfx', name: 'preferencesfx-core', version: '2.1.0'
}
```

## What is PreferencesFX?
Expand Down

0 comments on commit 24cdff4

Please sign in to comment.