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 45c0713 commit b00c6f9Copy full SHA for b00c6f9
README.md
@@ -33,14 +33,14 @@ To add a dependency on `index4j` using Maven, use the following:
33
<dependency>
34
<groupId>com.dynatrace.index4j</groupId>
35
<artifactId>indices</artifactId>
36
- <version>0.1.0</version>
+ <version>0.2.0</version>
37
</dependency>
38
```
39
40
To add the dependency using Gradle:
41
42
43
-implementation group: 'com.dynatrace.index4j', name: 'indices', version: '0.1.0'
+implementation group: 'com.dynatrace.index4j', name: 'indices', version: '0.2.0'
44
45
46
## Supported data structures
0 commit comments