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 b35eb84 commit 35ff0b7Copy full SHA for 35ff0b7
README.md
@@ -5,7 +5,7 @@ Fusio Java CLI sample
5
# About
6
7
This is a simple Java CLI application which shows how to use the Java SDK to access a Fusio instance.
8
-In this example we simply output all registered routes.
+In this example we simply output all registered operations.
9
Fusio is an open source API management which helps to build and manage great APIs more information at:
10
https://www.fusio-project.org/
11
pom.xml
@@ -22,7 +22,7 @@
22
<dependency>
23
<groupId>org.fusio-project</groupId>
24
<artifactId>sdk</artifactId>
25
- <version>5.1.16</version>
+ <version>6.4.0</version>
26
</dependency>
27
</dependencies>
28
</project>
0 commit comments