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.
2 parents 21f4455 + 4921b96 commit 1aa4ab6Copy full SHA for 1aa4ab6
README.md
@@ -36,12 +36,12 @@ Maven
36
<dependency>
37
<groupId>com.wildbitsfoundry</groupId>
38
<artifactId>etk4j</artifactId>
39
- <version>2.2.2</version>
+ <version>2.2.3</version>
40
</dependency>
41
```
42
Gradle
43
```bash
44
-implementation 'com.wildbitsfoundry:etk4j:2.2.2'
+implementation 'com.wildbitsfoundry:etk4j:2.2.3'
45
46
47
Requirements
pom.xml
@@ -2,7 +2,7 @@
2
<modelVersion>4.0.0</modelVersion>
3
4
5
6
<name>Engineering Toolkit for Java</name>
7
<description>Tools and implementation of mathematical methods or backing math for engineering problems and
8
applications.
0 commit comments