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