Last Version

Jakarta Interceptors 2.1.0

Jakarta Interceptors defines a means of interposing on business method invocations and specific events—such as lifecycle events and timeout events—that occur on instances of Jakarta EE components and other managed classes.

License

License

GroupId

GroupId

jakarta.interceptor
ArtifactId

ArtifactId

jakarta.interceptor-api
Version

Version

2.1.0
Type

Type

jar
Description

Description

Jakarta Interceptors
Jakarta Interceptors defines a means of interposing on business method invocations and specific events—such as lifecycle events and timeout events—that occur on instances of Jakarta EE components and other managed classes.
Project URL

Project URL

https://github.com/eclipse-ee4j/interceptor-api
Project Organization

Project Organization

Eclipse Foundation
Source Code Management

Source Code Management

https://github.com/eclipse-ee4j/interceptor-api

Download jakarta.interceptor-api 2.1.0


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

Dependencies

compile (1)

Group / Artifact Type Version
jakarta.annotation : jakarta.annotation-api jar 2.1.0

Project Modules

There are no modules declared in this project.