License |
License
GSA GPL 1.2
|
---|---|
Categories |
Categoriesconfig Application Layer Libs Configuration Messaging |
GroupId | GroupIdml.karmaconfigs |
ArtifactId | ArtifactIdRemoteMessaging |
Last Version | Last Version1.1.7 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionRemoteMessaging
This API helps you to send messages between a server and a client. It's supposed to work with computers out of the
same network, but I haven't tested it.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
RemoteMessaging-1.1.7.pom | |
RemoteMessaging-1.1.7.jar | 3 MB |
RemoteMessaging-1.1.7-sources.jar | 27 KB |
RemoteMessaging-1.1.7-javadoc.jar | 177 KB |
Browse |
<!-- https://jarcasting.com/artifacts/ml.karmaconfigs/RemoteMessaging/ -->
<dependency>
<groupId>ml.karmaconfigs</groupId>
<artifactId>RemoteMessaging</artifactId>
<version>1.1.7</version>
</dependency>
// https://jarcasting.com/artifacts/ml.karmaconfigs/RemoteMessaging/
implementation 'ml.karmaconfigs:RemoteMessaging:1.1.7'
// https://jarcasting.com/artifacts/ml.karmaconfigs/RemoteMessaging/
implementation ("ml.karmaconfigs:RemoteMessaging:1.1.7")
'ml.karmaconfigs:RemoteMessaging:jar:1.1.7'
<dependency org="ml.karmaconfigs" name="RemoteMessaging" rev="1.1.7">
<artifact name="RemoteMessaging" type="jar" />
</dependency>
@Grapes(
@Grab(group='ml.karmaconfigs', module='RemoteMessaging', version='1.1.7')
)
libraryDependencies += "ml.karmaconfigs" % "RemoteMessaging" % "1.1.7"
[ml.karmaconfigs/RemoteMessaging "1.1.7"]
Group / Artifact | Type | Version |
---|---|---|
ml.karmaconfigs : KarmaAPI-Common | jar | 1.3.2-SNAPSHOT |
Group / Artifact | Type | Version |
---|---|---|
org.jetbrains : annotations | jar | 22.0.0 |