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