Categories |
CategoriesGlassFish Container Application Servers HK2 Application Layer Libs Dependency Injection |
---|---|
GroupId | GroupIdorg.glassfish.hk2 |
ArtifactId | ArtifactIdthreading-event-example |
Version | Version3.0.1 |
Type | Typejar |
<!-- 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"]