Skip to content

Commit f4bc35b

Browse files
authored
Update README.md
1 parent 40d270b commit f4bc35b

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,19 @@ It supports a variety of advanced features including queue and exchange manipula
1515
- **RPC Pattern Implementation**: Facilitates the implementation of the RPC pattern, allowing for easy setup of request-response message flows, suitable for service-oriented architectures.
1616

1717
## Getting Started
18+
You need to have [Java 8](https://www.oracle.com/technetwork/java/javase/downloads/index.html) installed.
19+
20+
### Snapshots
21+
```gradle
22+
repositories {
23+
mavenCentral()
24+
maven("https://s01.oss.sonatype.org/content/repositories/snapshots")
25+
}
26+
27+
dependencies {
28+
implementation("io.github.viartemev:rabbitmq-kotlin:0.7.0-SNAPSHOT")
29+
}
30+
```
1831

1932
## Examples
2033
Full list of examples could be found [here](https://github.com/viartemev/rabbitmq-kotlin/tree/master/rabbitmq-kotlin-example/src/main)

0 commit comments

Comments
 (0)