j

jakarta.interceptor-api

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.
https://github.com/eclipse-ee4j/interceptor-api
EPL 2.0 GPL2 w/ CPE
Yamini K B
Files download
File Operation
jakarta.interceptor-api-1.0.2.9-jre12.jar download
jakarta.interceptor-api-1.0.2.9-jre12.pom download
jakarta.interceptor-api-1.0.2.9-jre12-sources.jar download
Apache Maven
<dependency>
  <groupId>com.guicedee.services</groupId>
  <artifactId>jakarta.interceptor-api</artifactId>
  <version>1.0.2.9-jre12</version>
</dependency>
Gradle Groovy
implementation 'com.guicedee.services:jakarta.interceptor-api:1.0.2.9-jre12'
Gradle Kotlin
implementation("com.guicedee.services:jakarta.interceptor-api:1.0.2.9-jre12")
Scala SBT
libraryDependencies += "com.guicedee.services" % "jakarta.interceptor-api" % "1.0.2.9-jre12"
Groovy Grape
@Grapes(
  @Grab(group='com.guicedee.services', module='jakarta.interceptor-api', version='1.0.2.9-jre12')
)
Apache Ivy
<dependency org="com.guicedee.services" name="jakarta.interceptor-api" rev="1.0.2.9-jre12" />
Leiningen
[com.guicedee.services/jakarta.interceptor-api "1.0.2.9-jre12"]
Apache Buildr
'com.guicedee.services:jakarta.interceptor-api:jar:1.0.2.9-jre12'