jakarta.nosql.communication:communication-api

Create the specification in Jakarta EE to help Jakarta EE developers create enterprise-grade applications using Java® and NoSQL technologies. It helps them create scalable applications while maintaining low coupling with the underlying NoSQL technology.

License

License

GroupId

GroupId

jakarta.nosql.communication
ArtifactId

ArtifactId

communication-api
Last Version

Last Version

1.0.0-b4
Release Date

Release Date

Type

Type

pom
Description

Description

Create the specification in Jakarta EE to help Jakarta EE developers create enterprise-grade applications using Java® and NoSQL technologies. It helps them create scalable applications while maintaining low coupling with the underlying NoSQL technology.
Project Organization

Project Organization

Eclipse Foundation

Download communication-api

How to add to project

<!-- https://jarcasting.com/artifacts/jakarta.nosql.communication/communication-api/ -->
<dependency>
    <groupId>jakarta.nosql.communication</groupId>
    <artifactId>communication-api</artifactId>
    <version>1.0.0-b4</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/jakarta.nosql.communication/communication-api/
implementation 'jakarta.nosql.communication:communication-api:1.0.0-b4'
// https://jarcasting.com/artifacts/jakarta.nosql.communication/communication-api/
implementation ("jakarta.nosql.communication:communication-api:1.0.0-b4")
'jakarta.nosql.communication:communication-api:pom:1.0.0-b4'
<dependency org="jakarta.nosql.communication" name="communication-api" rev="1.0.0-b4">
  <artifact name="communication-api" type="pom" />
</dependency>
@Grapes(
@Grab(group='jakarta.nosql.communication', module='communication-api', version='1.0.0-b4')
)
libraryDependencies += "jakarta.nosql.communication" % "communication-api" % "1.0.0-b4"
[jakarta.nosql.communication/communication-api "1.0.0-b4"]

Dependencies

provided (4)

Group / Artifact Type Version
jakarta.json : jakarta.json-api jar 1.1.6
jakarta.json.bind : jakarta.json.bind-api jar 1.0.2
jakarta.annotation : jakarta.annotation-api jar 1.3.5
jakarta.enterprise : jakarta.enterprise.cdi-api jar 2.0.1

test (5)

Group / Artifact Type Version
org.junit.jupiter : junit-jupiter-engine jar 5.8.2
org.junit.jupiter : junit-jupiter-params jar 5.8.2
org.mockito : mockito-core jar 4.6.0
org.mockito : mockito-junit-jupiter jar 4.6.0
commons-io : commons-io jar 2.11.0

Project Modules

  • communication-query
  • communication-core
  • communication-key-value
  • communication-column
  • communication-document
jakarta.nosql.communication

Jakarta EE

Versions

Version
1.0.0-b4
1.0.0-b3
1.0.0-b2
1.0.0-b1
0.1.0.M1