i

interceptor-api-parent

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
Files download
File Operation
interceptor-api-parent-0.70.0.1.pom download
Apache Maven
<dependency>
  <groupId>com.guicedee.services</groupId>
  <artifactId>interceptor-api-parent</artifactId>
  <version>0.70.0.1</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.guicedee.services:interceptor-api-parent:0.70.0.1'
Gradle Kotlin
implementation("com.guicedee.services:interceptor-api-parent:0.70.0.1")
Scala SBT
libraryDependencies += "com.guicedee.services" % "interceptor-api-parent" % "0.70.0.1"
Groovy Grape
@Grapes(
  @Grab(group='com.guicedee.services', module='interceptor-api-parent', version='0.70.0.1')
)
Apache Ivy
<dependency org="com.guicedee.services" name="interceptor-api-parent" rev="0.70.0.1" />
Leiningen
[com.guicedee.services/interceptor-api-parent "0.70.0.1"]
Apache Buildr
'com.guicedee.services:interceptor-api-parent:jar:0.70.0.1'