Categories |
CategoriesGlassFish Container Application Servers HK2 Application Layer Libs Dependency Injection |
---|---|
GroupId | GroupIdorg.glassfish.hk2 |
ArtifactId | ArtifactIdevent-examples |
Version | Version2.4.0-b28 |
Type | Typepom |
Filename | Size |
---|---|
event-examples-2.4.0-b28.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.4.0-b28</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.glassfish.hk2/event-examples/
implementation 'org.glassfish.hk2:event-examples:2.4.0-b28'
// https://jarcasting.com/artifacts/org.glassfish.hk2/event-examples/
implementation ("org.glassfish.hk2:event-examples:2.4.0-b28")
'org.glassfish.hk2:event-examples:pom:2.4.0-b28'
<dependency org="org.glassfish.hk2" name="event-examples" rev="2.4.0-b28">
<artifact name="event-examples" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.glassfish.hk2', module='event-examples', version='2.4.0-b28')
)
libraryDependencies += "org.glassfish.hk2" % "event-examples" % "2.4.0-b28"
[org.glassfish.hk2/event-examples "2.4.0-b28"]