is not current version
Last Version 3.0.3

org.glassfish.hk2:examples 2.2.0-b02


Categories

Categories

GlassFish Container Application Servers HK2 Application Layer Libs Dependency Injection
GroupId

GroupId

org.glassfish.hk2
ArtifactId

ArtifactId

examples
Version

Version

2.2.0-b02
Type

Type

pom

Download examples 2.2.0-b02

Filename Size
examples-2.2.0-b02.pom 2 KB
Browse

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