Categories |
CategoriesGlassFish Container Application Servers HK2 Application Layer Libs Dependency Injection |
---|---|
GroupId | GroupIdorg.glassfish.hk2 |
ArtifactId | ArtifactIdevent-examples |
Version | Version2.5.0-b40 |
Type | Typepom |
Filename | Size |
---|---|
event-examples-2.5.0-b40.pom | 2 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.glassfish.hk2/event-examples/ -->
<dependency>
<groupId>org.glassfish.hk2</groupId>
<artifactId>event-examples</artifactId>
<version>2.5.0-b40</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.glassfish.hk2/event-examples/
implementation 'org.glassfish.hk2:event-examples:2.5.0-b40'
// https://jarcasting.com/artifacts/org.glassfish.hk2/event-examples/
implementation ("org.glassfish.hk2:event-examples:2.5.0-b40")
'org.glassfish.hk2:event-examples:pom:2.5.0-b40'
<dependency org="org.glassfish.hk2" name="event-examples" rev="2.5.0-b40">
<artifact name="event-examples" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.glassfish.hk2', module='event-examples', version='2.5.0-b40')
)
libraryDependencies += "org.glassfish.hk2" % "event-examples" % "2.5.0-b40"
[org.glassfish.hk2/event-examples "2.5.0-b40"]