Categories |
CategoriesGlassFish Container Application Servers HK2 Application Layer Libs Dependency Injection |
---|---|
GroupId | GroupIdorg.glassfish.hk2 |
ArtifactId | ArtifactIdhk2-xml-integration-test |
Version | Version2.5.0-b54 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.glassfish.hk2/hk2-xml-integration-test/ -->
<dependency>
<groupId>org.glassfish.hk2</groupId>
<artifactId>hk2-xml-integration-test</artifactId>
<version>2.5.0-b54</version>
</dependency>
// https://jarcasting.com/artifacts/org.glassfish.hk2/hk2-xml-integration-test/
implementation 'org.glassfish.hk2:hk2-xml-integration-test:2.5.0-b54'
// https://jarcasting.com/artifacts/org.glassfish.hk2/hk2-xml-integration-test/
implementation ("org.glassfish.hk2:hk2-xml-integration-test:2.5.0-b54")
'org.glassfish.hk2:hk2-xml-integration-test:jar:2.5.0-b54'
<dependency org="org.glassfish.hk2" name="hk2-xml-integration-test" rev="2.5.0-b54">
<artifact name="hk2-xml-integration-test" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.glassfish.hk2', module='hk2-xml-integration-test', version='2.5.0-b54')
)
libraryDependencies += "org.glassfish.hk2" % "hk2-xml-integration-test" % "2.5.0-b54"
[org.glassfish.hk2/hk2-xml-integration-test "2.5.0-b54"]