Messaging

Java libraries for Leanda.io OSS project

License

License

Categories

Categories

Messaging Application Layer Libs
GroupId

GroupId

com.github.arqisoft
ArtifactId

ArtifactId

messaging
Last Version

Last Version

1.1
Release Date

Release Date

Type

Type

jar
Description

Description

Messaging
Java libraries for Leanda.io OSS project

Download messaging

How to add to project

<!-- https://jarcasting.com/artifacts/com.github.arqisoft/messaging/ -->
<dependency>
    <groupId>com.github.arqisoft</groupId>
    <artifactId>messaging</artifactId>
    <version>1.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.arqisoft/messaging/
implementation 'com.github.arqisoft:messaging:1.1'
// https://jarcasting.com/artifacts/com.github.arqisoft/messaging/
implementation ("com.github.arqisoft:messaging:1.1")
'com.github.arqisoft:messaging:jar:1.1'
<dependency org="com.github.arqisoft" name="messaging" rev="1.1">
  <artifact name="messaging" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.arqisoft', module='messaging', version='1.1')
)
libraryDependencies += "com.github.arqisoft" % "messaging" % "1.1"
[com.github.arqisoft/messaging "1.1"]

Dependencies

compile (4)

Group / Artifact Type Version
com.github.arqisoft : jtransit-light jar 1.10.35
com.fasterxml.jackson.core : jackson-annotations jar 2.9.0
org.slf4j : slf4j-api jar 1.7.25
com.github.arqisoft : json-schema-validator jar 0.14

Project Modules

There are no modules declared in this project.

Leanda.io JAVA Tools

Prerequisites

Make sure you have your key GnuPG generated and the public key is uploaded

Follow Documentation

gpg -K                             # list your keys
gpg --send-key YOUR_PUBLIC_KEY_ID  # publish key

Build

mvn clean

Publish to maven.org

mvn -DskipTests clean deploy

Troubleshooting

If you are seeing this error while publishing:

gpg: signing failed: Inappropriate ioctl for device

Please run

export GPG_TTY=$(tty)
com.github.arqisoft

ArqiSoft

Versions

Version
1.1