Categories |
CategoriesGlassFish Container Application Servers HK2 Application Layer Libs Dependency Injection |
---|---|
GroupId | GroupIdorg.glassfish.hk2 |
ArtifactId | ArtifactIdinterceptor-events |
Version | Version2.4.0-b11 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.glassfish.hk2/interceptor-events/ -->
<dependency>
<groupId>org.glassfish.hk2</groupId>
<artifactId>interceptor-events</artifactId>
<version>2.4.0-b11</version>
</dependency>
// https://jarcasting.com/artifacts/org.glassfish.hk2/interceptor-events/
implementation 'org.glassfish.hk2:interceptor-events:2.4.0-b11'
// https://jarcasting.com/artifacts/org.glassfish.hk2/interceptor-events/
implementation ("org.glassfish.hk2:interceptor-events:2.4.0-b11")
'org.glassfish.hk2:interceptor-events:jar:2.4.0-b11'
<dependency org="org.glassfish.hk2" name="interceptor-events" rev="2.4.0-b11">
<artifact name="interceptor-events" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.glassfish.hk2', module='interceptor-events', version='2.4.0-b11')
)
libraryDependencies += "org.glassfish.hk2" % "interceptor-events" % "2.4.0-b11"
[org.glassfish.hk2/interceptor-events "2.4.0-b11"]