is not current version
Last Version 3.0.3

org.glassfish.hk2:examples 2.5.0-b09


Categories

Categories

GlassFish Container Application Servers HK2 Application Layer Libs Dependency Injection
GroupId

GroupId

org.glassfish.hk2
ArtifactId

ArtifactId

examples
Version

Version

2.5.0-b09
Type

Type

pom

Download examples 2.5.0-b09

Filename Size
examples-2.5.0-b09.pom 2 KB
Browse

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