Skip to content

Commit 1dafa2d

Browse files
authored
Update README.md
1 parent 6fa5894 commit 1dafa2d

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

README.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,23 @@ Embedded Cassandra
99

1010
Embedded Cassandra provides an easy way to start and stop [Apache Cassandra](https://cassandra.apache.org).
1111

12-
To learn more about Embedded Cassandra, please consult the [reference documentation](https://nosan.github.io/embedded-cassandra/4.1.0).
12+
To learn more about Embedded Cassandra, please consult the [reference documentation](https://nosan.github.io/embedded-cassandra/5.0.0).
1313

1414
All versions of Embedded Cassandra reference documentation are [here](https://nosan.github.io/embedded-cassandra).
1515

1616
Here is a quick teaser of starting Cassandra:
1717

18+
```xml
19+
20+
<dependecies>
21+
<dependency>
22+
<groupId>com.github.nosan</groupId>
23+
<artifactId>embedded-cassandra</artifactId>
24+
<version>5.0.0</version>
25+
</dependency>
26+
</dependecies>
27+
```
28+
1829
```java
1930
import java.net.InetSocketAddress;
2031

@@ -47,6 +58,7 @@ public class CassandraExample {
4758
}
4859
```
4960

61+
5062
## Issues
5163

5264
`Embedded Cassandra` uses GitHub's issue tracking system to report bugs and feature requests. If you want to raise an

0 commit comments

Comments
 (0)