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 fcae135 commit 98d6696Copy full SHA for 98d6696
README.md
@@ -33,7 +33,7 @@ Add the dependency to your project from Maven Central:
33
<dependencies>
34
<dependency>
35
<groupId>net.swofty</groupId>
36
- <artifactId>stockmarketalgorithm</artifactId>
+ <artifactId>stockmarkettester</artifactId>
37
<version>{VERSION}</version>
38
</dependency>
39
</dependencies>
@@ -45,7 +45,7 @@ Add the dependency to your project from Maven Central:
45
46
```gradle
47
dependencies {
48
- implementation 'net.swofty:stockmarketalgorithm:{VERSION}' // Requires Maven Central
+ implementation 'net.swofty:stockmarkettester:{VERSION}' // Requires Maven Central
49
}
50
```
51
</details>
0 commit comments