lab2: Simple sender and reciever

This commit is contained in:
2025-04-15 19:54:45 +03:00
parent cb14beb558
commit 6016907554
22 changed files with 910 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
# This file was generated by the Gradle 'init' task.
# https://docs.gradle.org/current/userguide/platforms.html#sub::toml-dependencies-format
[versions]
junit-jupiter = "5.10.2"
com-rabbitmq-client = "5.25.0"
[libraries]
junit-jupiter = { module = "org.junit.jupiter:junit-jupiter", version.ref = "junit-jupiter" }
com-rabbitmq-client = { module = "com.rabbitmq:amqp-client", version.ref = "com-rabbitmq-client"}

Binary file not shown.

View File

@@ -0,0 +1,7 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.8-bin.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists