Skip to content

Commit a5cc2cb

Browse files
committed
Update README.md.
1 parent 53f8b2c commit a5cc2cb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ This guide introduces the Kilo framework and provides an overview of its key fea
1212
# Getting Kilo
1313
Kilo is distributed via Maven Central:
1414

15-
* [org.httprpc:kilo-client](https://repo1.maven.org/maven2/org/httprpc/kilo-client/) - includes support for consuming web services, interacting with relational databases, and working with common file formats (Java 21 or later required)
16-
* [org.httprpc:kilo-server](https://repo1.maven.org/maven2/org/httprpc/kilo-server/) - depends on client; includes support for creating web services (Jakarta Servlet specification 6.0 or later required)
15+
* [org.httprpc:kilo-client](https://central.sonatype.com/artifact/org.httprpc/kilo-client/versions) - includes support for consuming web services, interacting with relational databases, and working with common file formats (Java 21 or later required)
16+
* [org.httprpc:kilo-server](https://central.sonatype.com/artifact/org.httprpc/kilo-server/versions) - depends on client; includes support for creating web services (Jakarta Servlet specification 6.0 or later required)
1717

1818
# Kilo Classes
1919
Classes provided by the Kilo framework include:

0 commit comments

Comments
 (0)