is not current version
Last Version 3.0.3

org.glassfish.hk2:threading-event-example 3.0.1

A threaded event provider

Categories

Categories

GlassFish Container Application Servers HK2 Application Layer Libs Dependency Injection
GroupId

GroupId

org.glassfish.hk2
ArtifactId

ArtifactId

threading-event-example
Version

Version

3.0.1
Type

Type

jar

Download threading-event-example 3.0.1


<!-- https://jarcasting.com/artifacts/org.glassfish.hk2/threading-event-example/ -->
<dependency>
    <groupId>org.glassfish.hk2</groupId>
    <artifactId>threading-event-example</artifactId>
    <version>3.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.glassfish.hk2/threading-event-example/
implementation 'org.glassfish.hk2:threading-event-example:3.0.1'
// https://jarcasting.com/artifacts/org.glassfish.hk2/threading-event-example/
implementation ("org.glassfish.hk2:threading-event-example:3.0.1")
'org.glassfish.hk2:threading-event-example:jar:3.0.1'
<dependency org="org.glassfish.hk2" name="threading-event-example" rev="3.0.1">
  <artifact name="threading-event-example" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.glassfish.hk2', module='threading-event-example', version='3.0.1')
)
libraryDependencies += "org.glassfish.hk2" % "threading-event-example" % "3.0.1"
[org.glassfish.hk2/threading-event-example "3.0.1"]