Tapis Message Queue Library

Shared library for access RabbitMQ

GroupId

GroupId

edu.utexas.tacc.tapis
ArtifactId

ArtifactId

tapis-shared-queue-tst
Last Version

Last Version

1.11.7
Release Date

Release Date

Type

Type

jar
Description

Description

Tapis Message Queue Library
Shared library for access RabbitMQ

Download tapis-shared-queue-tst

How to add to project

<!-- https://jarcasting.com/artifacts/edu.utexas.tacc.tapis/tapis-shared-queue-tst/ -->
<dependency>
    <groupId>edu.utexas.tacc.tapis</groupId>
    <artifactId>tapis-shared-queue-tst</artifactId>
    <version>1.11.7</version>
</dependency>
// https://jarcasting.com/artifacts/edu.utexas.tacc.tapis/tapis-shared-queue-tst/
implementation 'edu.utexas.tacc.tapis:tapis-shared-queue-tst:1.11.7'
// https://jarcasting.com/artifacts/edu.utexas.tacc.tapis/tapis-shared-queue-tst/
implementation ("edu.utexas.tacc.tapis:tapis-shared-queue-tst:1.11.7")
'edu.utexas.tacc.tapis:tapis-shared-queue-tst:jar:1.11.7'
<dependency org="edu.utexas.tacc.tapis" name="tapis-shared-queue-tst" rev="1.11.7">
  <artifact name="tapis-shared-queue-tst" type="jar" />
</dependency>
@Grapes(
@Grab(group='edu.utexas.tacc.tapis', module='tapis-shared-queue-tst', version='1.11.7')
)
libraryDependencies += "edu.utexas.tacc.tapis" % "tapis-shared-queue-tst" % "1.11.7"
[edu.utexas.tacc.tapis/tapis-shared-queue-tst "1.11.7"]

Dependencies

compile (2)

Group / Artifact Type Version
${project.groupId} » tapis-shared-lib-tst jar 1.11.7
com.rabbitmq : amqp-client jar

test (1)

Group / Artifact Type Version
org.testng : testng jar

Project Modules

There are no modules declared in this project.

#Tapis Shared Java

Profiles

There is a profile with ID ossrh in the tapis-bom. This is the profile that is needed to deploy/release as it activates the plugins that are used for signing/javadocs/sourcemaps etc.

Deploy / Release

A deployment pushes a new snapshot build to maven central

mvn clean deploy -P ossrh

A release pushes a new build to maven central and is available for all to download.

mvn clean release:prepare release:perform -P ossrh

A typical workflow is to deploy snapshots continually, then when features are tested and stabilized, push a new release based on the latest snapshot.

edu.utexas.tacc.tapis

Versions

Version
1.11.7
1.11.6
1.11.4
1.11.3
1.11.2
1.11.1
1.11.0