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