License |
License |
---|---|
Categories |
CategoriesGlassFish Container Application Servers HK2 Application Layer Libs Dependency Injection |
GroupId | GroupIdorg.glassfish.hk2 |
ArtifactId | ArtifactIdevent-examples |
Version | Version3.0.2 |
Type | Typepom |
Description |
DescriptionEvent Examples
Dependency Injection Kernel
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
event-examples-3.0.2.pom | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.glassfish.hk2/event-examples/ -->
<dependency>
<groupId>org.glassfish.hk2</groupId>
<artifactId>event-examples</artifactId>
<version>3.0.2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.glassfish.hk2/event-examples/
implementation 'org.glassfish.hk2:event-examples:3.0.2'
// https://jarcasting.com/artifacts/org.glassfish.hk2/event-examples/
implementation ("org.glassfish.hk2:event-examples:3.0.2")
'org.glassfish.hk2:event-examples:pom:3.0.2'
<dependency org="org.glassfish.hk2" name="event-examples" rev="3.0.2">
<artifact name="event-examples" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.glassfish.hk2', module='event-examples', version='3.0.2')
)
libraryDependencies += "org.glassfish.hk2" % "event-examples" % "3.0.2"
[org.glassfish.hk2/event-examples "3.0.2"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.13.1 |
org.easymock : easymock | jar | 3.5 |