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