Categories |
CategoriesGlassFish Container Application Servers HK2 Application Layer Libs Dependency Injection |
---|---|
GroupId | GroupIdorg.glassfish.hk2 |
ArtifactId | ArtifactIdexamples |
Version | Version2.5.0-b05 |
Type | Typepom |
Filename | Size |
---|---|
examples-2.5.0-b05.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-b05</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.glassfish.hk2/examples/
implementation 'org.glassfish.hk2:examples:2.5.0-b05'
// https://jarcasting.com/artifacts/org.glassfish.hk2/examples/
implementation ("org.glassfish.hk2:examples:2.5.0-b05")
'org.glassfish.hk2:examples:pom:2.5.0-b05'
<dependency org="org.glassfish.hk2" name="examples" rev="2.5.0-b05">
<artifact name="examples" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.glassfish.hk2', module='examples', version='2.5.0-b05')
)
libraryDependencies += "org.glassfish.hk2" % "examples" % "2.5.0-b05"
[org.glassfish.hk2/examples "2.5.0-b05"]