diff options
author | Vidhu Kant Sharma <vidhukant@vidhukant.com> | 2024-11-16 02:11:24 +0530 |
---|---|---|
committer | Vidhu Kant Sharma <vidhukant@vidhukant.com> | 2024-11-16 02:11:24 +0530 |
commit | ed3e023d1da3465bc79a91d38950a167004911b2 (patch) | |
tree | 08fb4de9af501612ccb85c8ee2f6beb60779c1f2 /.idea/libraries/io_socket_client.xml |
First Commit
Diffstat (limited to '.idea/libraries/io_socket_client.xml')
-rw-r--r-- | .idea/libraries/io_socket_client.xml | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/.idea/libraries/io_socket_client.xml b/.idea/libraries/io_socket_client.xml new file mode 100644 index 0000000..6a07488 --- /dev/null +++ b/.idea/libraries/io_socket_client.xml @@ -0,0 +1,14 @@ +<component name="libraryTable"> + <library name="io.socket.client" type="repository"> + <properties maven-id="io.socket:socket.io-client:2.1.1" /> + <CLASSES> + <root url="jar://$MAVEN_REPOSITORY$/io/socket/socket.io-client/2.1.1/socket.io-client-2.1.1.jar!/" /> + <root url="jar://$MAVEN_REPOSITORY$/io/socket/engine.io-client/2.1.0/engine.io-client-2.1.0.jar!/" /> + <root url="jar://$MAVEN_REPOSITORY$/com/squareup/okhttp3/okhttp/3.12.12/okhttp-3.12.12.jar!/" /> + <root url="jar://$MAVEN_REPOSITORY$/com/squareup/okio/okio/1.15.0/okio-1.15.0.jar!/" /> + <root url="jar://$MAVEN_REPOSITORY$/org/json/json/20090211/json-20090211.jar!/" /> + </CLASSES> + <JAVADOC /> + <SOURCES /> + </library> +</component>
\ No newline at end of file |