Mass Transit Light for Java

Java libraries for Leanda.io OSS project

License

License

GroupId

GroupId

com.github.arqisoft
ArtifactId

ArtifactId

jtransit-light
Last Version

Last Version

1.10.35
Release Date

Release Date

Type

Type

jar
Description

Description

Mass Transit Light for Java
Java libraries for Leanda.io OSS project
Project URL

Project URL

http://www.npspot.com

Download jtransit-light

How to add to project

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

Dependencies

compile (6)

Group / Artifact Type Version
com.rabbitmq : amqp-client jar 3.5.6
com.fasterxml.jackson.core : jackson-databind jar 2.8.7
com.fasterxml.jackson.datatype : jackson-datatype-jsr310 jar 2.8.7
org.apache.logging.log4j : log4j-core jar 2.6.2
org.apache.logging.log4j : log4j-api jar 2.6.2
org.apache.commons : commons-io jar 1.3.2

test (2)

Group / Artifact Type Version
junit : junit jar 4.11
org.mockito : mockito-all jar 2.0.2-beta

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.10.35