License |
License |
---|---|
Categories |
CategoriesGlassFish Container Application Servers HK2 Application Layer Libs Dependency Injection |
GroupId | GroupIdorg.glassfish.hk2 |
ArtifactId | ArtifactIdoperations-example |
Version | Version3.0.3 |
Type | Typejar |
Description |
DescriptionOperations Example
A demonstration of an HK2 Operation
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
operations-example-3.0.3.pom | |
operations-example-3.0.3.jar | 24 KB |
operations-example-3.0.3-sources.jar | 27 KB |
operations-example-3.0.3-javadoc.jar | 86 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.glassfish.hk2/operations-example/ -->
<dependency>
<groupId>org.glassfish.hk2</groupId>
<artifactId>operations-example</artifactId>
<version>3.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.glassfish.hk2/operations-example/
implementation 'org.glassfish.hk2:operations-example:3.0.3'
// https://jarcasting.com/artifacts/org.glassfish.hk2/operations-example/
implementation ("org.glassfish.hk2:operations-example:3.0.3")
'org.glassfish.hk2:operations-example:jar:3.0.3'
<dependency org="org.glassfish.hk2" name="operations-example" rev="3.0.3">
<artifact name="operations-example" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.glassfish.hk2', module='operations-example', version='3.0.3')
)
libraryDependencies += "org.glassfish.hk2" % "operations-example" % "3.0.3"
[org.glassfish.hk2/operations-example "3.0.3"]
Group / Artifact | Type | Version |
---|---|---|
jakarta.inject : jakarta.inject-api | jar | 2.0.0 |
org.ow2.asm : asm | jar | 9.2 |
org.ow2.asm : asm-analysis | jar | 9.2 |
org.ow2.asm : asm-commons | jar | 9.2 |
org.ow2.asm : asm-tree | jar | 9.2 |
org.ow2.asm : asm-util | jar | 9.2 |
org.glassfish.hk2 : hk2-api | jar | 3.0.3 |
org.glassfish.hk2 : hk2-locator | jar | 3.0.3 |
org.glassfish.hk2 : hk2-extras | jar | 3.0.3 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.13.1 |
org.easymock : easymock | jar | 3.5 |