| Categories |
CategoriesGlassFish Container Application Servers HK2 Application Layer Libs Dependency Injection |
|---|---|
| GroupId | GroupIdorg.glassfish.hk2 |
| ArtifactId | ArtifactIdexamples |
| Version | Version3.0.0 |
| Type | Typepom |
| Filename | Size |
|---|---|
| examples-3.0.0.pom | 1 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.glassfish.hk2/examples/ -->
<dependency>
<groupId>org.glassfish.hk2</groupId>
<artifactId>examples</artifactId>
<version>3.0.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.glassfish.hk2/examples/
implementation 'org.glassfish.hk2:examples:3.0.0'
// https://jarcasting.com/artifacts/org.glassfish.hk2/examples/
implementation ("org.glassfish.hk2:examples:3.0.0")
'org.glassfish.hk2:examples:pom:3.0.0'
<dependency org="org.glassfish.hk2" name="examples" rev="3.0.0">
<artifact name="examples" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.glassfish.hk2', module='examples', version='3.0.0')
)
libraryDependencies += "org.glassfish.hk2" % "examples" % "3.0.0"
[org.glassfish.hk2/examples "3.0.0"]