File tree Expand file tree Collapse file tree 1 file changed +1
-31
lines changed
Expand file tree Collapse file tree 1 file changed +1
-31
lines changed Original file line number Diff line number Diff line change @@ -25,41 +25,11 @@ repositories {
2525 mavenCentral()
2626}
2727dependencies {
28- compile 'org.nield:rxkotlin-jdbc:0.2.0 '
28+ compile 'org.nield:rxkotlin-jdbc:0.2.4 '
2929}
3030```
3131
3232
33- You can also use JitPack.io to build a snapshot with Maven or Gradle:
34-
35- ** Gradle**
36-
37- ``` groovy
38- repositories {
39- maven { url 'https://jitpack.io' }
40- }
41- dependencies {
42- compile 'com.github.thomasnield:rxkotlin-jdbc:-SNAPSHOT'
43- }
44- ```
45-
46- ** Maven**
47-
48- ``` xml
49- <repositories >
50- <repository >
51- <id >jitpack.io</id >
52- <url >https://jitpack.io</url >
53- </repository >
54- </repositories >
55-
56- <dependency >
57- <groupId >com.github.thomasnield</groupId >
58- <artifactId >rxkotlin-jdbc</artifactId >
59- <version >-SNAPSHOT</version >
60- </dependency >
61- ```
62-
6333## Managing JDBC with Observables and Flowables
6434
6535### Using DataSources
You can’t perform that action at this time.
0 commit comments