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