We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5850cd2 commit 8049edeCopy full SHA for 8049ede
README.md
@@ -13,6 +13,11 @@ It allows to work with input and output object with familar case classes.
13
```sbt
14
libraryDependencies += "com.github.adenza" %% "xmlrpc-scala-client" % "0.1.0"
15
```
16
+or
17
+```sbt
18
+resovers += Resolver.sonatypeReso("snashots")
19
+libraryDependencies += "com.github.adenza" %% "xmlrpc-scala-client" % "0.1.0-SNAPSHOT"
20
+```
21
22
## Usage
23
@@ -55,4 +60,4 @@ val handledResult = result.recoverWith {
55
60
case ex: XmlRpcScalaClientException => throw new Exception("Xml Rpc server return code " + ex.getCode)
56
61
case ex => throw new Exception("Unexpected exception", ex)
57
62
}
58
-```
63
0 commit comments