edu.utexas.tacc.tapis:tapis-shared-notifications

TAPIS shared Java code

GroupId

GroupId

edu.utexas.tacc.tapis
ArtifactId

ArtifactId

tapis-shared-notifications
Last Version

Last Version

1.11.48
Release Date

Release Date

Type

Type

jar
Description

Description

TAPIS shared Java code

Download tapis-shared-notifications

How to add to project

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

Dependencies

compile (7)

Group / Artifact Type Version
edu.utexas.tacc.tapis : tapis-shared-lib jar 1.11.48
javax.validation : validation-api jar
org.hibernate.validator : hibernate-validator jar
org.glassfish : jakarta.el jar
org.glassfish.hk2 : hk2-api jar
io.projectreactor.rabbitmq : reactor-rabbitmq jar
io.projectreactor : reactor-core jar

test (3)

Group / Artifact Type Version
io.projectreactor : reactor-test jar
org.testng : testng jar
org.mockito : mockito-core 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.48
1.11.47
1.11.46
1.11.45
1.11.44
1.11.43
1.11.42
1.11.41
1.11.40
1.11.39
1.11.38