Last Version

javax.interceptor.parent 62

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

Categories

Categories

GUI User Interface Guice Application Layer Libs Dependency Injection
GroupId

GroupId

com.guicedee.services
ArtifactId

ArtifactId

interceptor-api-parent
Version

Version

62
Type

Type

pom
Description

Description

javax.interceptor.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.
Project URL

Project URL

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

Project Organization

Marc Magon
Source Code Management

Source Code Management

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

Download interceptor-api-parent 62


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

Dependencies

provided (2)

Group / Artifact Type Version
org.projectlombok : lombok jar 1.18.8
org.mapstruct : mapstruct-processor jar 1.3.0.Final

test (5)

Group / Artifact Type Version
org.junit.jupiter : junit-jupiter-api jar 5.6.0-M1
org.hamcrest : hamcrest-all jar 1.3
org.assertj : assertj-core jar 3.12.2
org.mockito : mockito-core jar 3.0.0
com.h2database : h2 jar 1.4.199

Project Modules

  • api