You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 6, 2023. It is now read-only.
Copy file name to clipboardExpand all lines: _posts/0900-1-1-getting_jdbi.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -12,11 +12,11 @@ To make use of JDBI in an [Apache Maven](http://maven.apache.org/) based project
12
12
<dependency>
13
13
<groupId>org.jdbi</groupId>
14
14
<artifactId>jdbi</artifactId>
15
-
<version>2.17</version>
15
+
<version>${jdbi.version}</version>
16
16
</dependency>
17
17
{% endhighlight %}
18
18
19
-
Correct the <version> element to include the version of JDBI you write. The 2.17 version happens to be the most recent version at the time I am writing this documentation.
19
+
You can find the most recent version of JDBI in [Maven Central](http://search.maven.org/#search%7Cga%7C1%7Ca%3A%22jdbi%22).
20
20
21
21
# Download Jar
22
22
The JDBI release jar files are available from [Maven Central](http://search.maven.org/#browse%7C1912065227).
0 commit comments