License |
License
GSA GPL 1.2
|
---|---|
Categories |
Categoriesconfig Application Layer Libs Configuration Messaging |
GroupId | GroupIdml.karmaconfigs |
ArtifactId | ArtifactIdRemoteMessaging |
Version | Version1.0.2 |
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.0.2.pom | |
RemoteMessaging-1.0.2.jar | 3 MB |
RemoteMessaging-1.0.2-sources.jar | 27 KB |
RemoteMessaging-1.0.2-javadoc.jar | 177 KB |
Browse |
<!-- https://jarcasting.com/artifacts/ml.karmaconfigs/RemoteMessaging/ -->
<dependency>
<groupId>ml.karmaconfigs</groupId>
<artifactId>RemoteMessaging</artifactId>
<version>1.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/ml.karmaconfigs/RemoteMessaging/
implementation 'ml.karmaconfigs:RemoteMessaging:1.0.2'
// https://jarcasting.com/artifacts/ml.karmaconfigs/RemoteMessaging/
implementation ("ml.karmaconfigs:RemoteMessaging:1.0.2")
'ml.karmaconfigs:RemoteMessaging:jar:1.0.2'
<dependency org="ml.karmaconfigs" name="RemoteMessaging" rev="1.0.2">
<artifact name="RemoteMessaging" type="jar" />
</dependency>
@Grapes(
@Grab(group='ml.karmaconfigs', module='RemoteMessaging', version='1.0.2')
)
libraryDependencies += "ml.karmaconfigs" % "RemoteMessaging" % "1.0.2"
[ml.karmaconfigs/RemoteMessaging "1.0.2"]
Group / Artifact | Type | Version |
---|---|---|
ml.karmaconfigs : KarmaAPI-Common | jar | 1.3.1-SNAPSHOT |
com.google.guava : guava | jar | 31.0.1-jre |