| Categories |
CategoriesGlassFish Container Application Servers Data HK2 Application Layer Libs Dependency Injection |
|---|---|
| GroupId | GroupIdorg.glassfish.hk2 |
| ArtifactId | ArtifactIdhk2-metadata-generator-parent |
| Version | Version2.4.0-b28 |
| Type | Typepom |
| Filename | Size |
|---|---|
| hk2-metadata-generator-parent-2.4.0-b28.pom | 2 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.glassfish.hk2/hk2-metadata-generator-parent/ -->
<dependency>
<groupId>org.glassfish.hk2</groupId>
<artifactId>hk2-metadata-generator-parent</artifactId>
<version>2.4.0-b28</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.glassfish.hk2/hk2-metadata-generator-parent/
implementation 'org.glassfish.hk2:hk2-metadata-generator-parent:2.4.0-b28'
// https://jarcasting.com/artifacts/org.glassfish.hk2/hk2-metadata-generator-parent/
implementation ("org.glassfish.hk2:hk2-metadata-generator-parent:2.4.0-b28")
'org.glassfish.hk2:hk2-metadata-generator-parent:pom:2.4.0-b28'
<dependency org="org.glassfish.hk2" name="hk2-metadata-generator-parent" rev="2.4.0-b28">
<artifact name="hk2-metadata-generator-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.glassfish.hk2', module='hk2-metadata-generator-parent', version='2.4.0-b28')
)
libraryDependencies += "org.glassfish.hk2" % "hk2-metadata-generator-parent" % "2.4.0-b28"
[org.glassfish.hk2/hk2-metadata-generator-parent "2.4.0-b28"]