diff --git a/Installation.md b/Installation.md index cd14fec..c71215b 100644 --- a/Installation.md +++ b/Installation.md @@ -2,7 +2,7 @@ ## Installation -[![Maven Central](https://img.shields.io/maven-central/v/de.stklcode.jvault/connector.svg)](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22de.stklcode.jvault%22%20AND%20a%3A%22connector%22) +[![Maven Central](https://img.shields.io/maven-central/v/de.stklcode.jvault/jvault-connector.svg)](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22de.stklcode.jvault%22%20AND%20a%3A%22jvault-connector%22) The connector is published at Maven Central and may be included into your project easily. @@ -11,18 +11,17 @@ The connector is published at Maven Central and may be included into your projec ```xml de.stklcode.jvault - connector - 0.7.1 + jvault-connector + 0.8.0 ``` ### Gradle Dependency ```groovy -compile group: 'de.stklcode.jvault', name: 'connector', version: '0.7.1' +compile group: 'de.stklcode.jvault', name: 'jvault-connector', version: '0.8.0' ``` ### SBT Dependency ``` -libraryDependencies += "de.stklcode.jvault" % "connector" % "0.7.1" - -``` \ No newline at end of file +libraryDependencies += "de.stklcode.jvault" % "jvault-connector" % "0.8.0" +```