is not current version
Last Version 3.0.3

org.glassfish.hk2:examples 2.4.0-b15


Categories

Categories

GlassFish Container Application Servers HK2 Application Layer Libs Dependency Injection
GroupId

GroupId

org.glassfish.hk2
ArtifactId

ArtifactId

examples
Version

Version

2.4.0-b15
Type

Type

pom

Download examples 2.4.0-b15

Filename Size
examples-2.4.0-b15.pom 2 KB
Browse

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