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