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