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
文件下载
文件名 操作
jakarta.interceptor-api-1.0.2.3-jre13.jar 下载
jakarta.interceptor-api-1.0.2.3-jre13.pom 下载
jakarta.interceptor-api-1.0.2.3-jre13-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.guicedee.services</groupId>
  <artifactId>jakarta.interceptor-api</artifactId>
  <version>1.0.2.3-jre13</version>
</dependency>
Gradle Groovy
implementation 'com.guicedee.services:jakarta.interceptor-api:1.0.2.3-jre13'
Gradle Kotlin
implementation("com.guicedee.services:jakarta.interceptor-api:1.0.2.3-jre13")
Scala SBT
libraryDependencies += "com.guicedee.services" % "jakarta.interceptor-api" % "1.0.2.3-jre13"
Groovy Grape
@Grapes(
  @Grab(group='com.guicedee.services', module='jakarta.interceptor-api', version='1.0.2.3-jre13')
)
Apache Ivy
<dependency org="com.guicedee.services" name="jakarta.interceptor-api" rev="1.0.2.3-jre13" />
Leiningen
[com.guicedee.services/jakarta.interceptor-api "1.0.2.3-jre13"]
Apache Buildr
'com.guicedee.services:jakarta.interceptor-api:jar:1.0.2.3-jre13'