Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
aalmiray committed Mar 7, 2021
1 parent 8f8a89b commit 88273da
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
:project-owner: kordamp
:project-name: gipsy
:project-group: org.kordamp.gipsy
:project-version: 1.0.0
:project-version: 1.1.0

image::media/gipsy-logo.png[]

Expand Down Expand Up @@ -60,7 +60,7 @@ project's output you'll see a file named `META-INF/services/com.acme.Calculator`
[source]
[subs="verbatim,attributes"]
----
# Generated by org.kordamp.gipsy.transform.service.ServiceProviderProcessor ({version})
# Generated by org.kordamp.gipsy.transform.service.ServiceProviderProcessor ({project-version})
com.acme.BasicCalculator
----

Expand All @@ -70,10 +70,10 @@ Et voilà! There are no additional sources to be touched nor files to be created

Gipsy requires the following dependencies

- jipsy-processor-{version}
- jipsy-processor-{project-version}
- groovy-all-3.0.7

Gipsy can be downloaded directly from https://bintray.com/kordamp/kordamp/gipsy[Bintray] or configure it via Maven or Gradle.
Gipsy can be downloaded directly from Maven Central, configure it via Maven or Gradle.

.Maven
[subs="verbatim,attributes"]
Expand All @@ -90,8 +90,8 @@ Gipsy can be downloaded directly from https://bintray.com/kordamp/kordamp/gipsy[
[subs="verbatim,attributes"]
----
dependencies {
annotationProcessor '{project-group}:{project-name}:{version}'
compileOnly 'org.kordamp.jipsy:jipsy-annotations:{version}'
annotationProcessor '{project-group}:{project-name}:{project-version}'
compileOnly 'org.kordamp.jipsy:jipsy-annotations:{project-version}'
}
----

Expand Down

0 comments on commit 88273da

Please sign in to comment.