License |
License |
---|---|
Categories |
CategoriesGlassFish Container Application Servers HK2 Application Layer Libs Dependency Injection |
GroupId | GroupIdorg.glassfish.hk2 |
ArtifactId | ArtifactIdhk2-property-file |
Last Version | Last Version3.0.3 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionHK2 Configuration Property File Reader
HK2 Configuration Property File Reader
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
hk2-property-file-3.0.3.pom | |
hk2-property-file-3.0.3.jar | 30 KB |
hk2-property-file-3.0.3-tests.jar | 9 KB |
hk2-property-file-3.0.3-sources.jar | 28 KB |
hk2-property-file-3.0.3-javadoc.jar | 64 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.glassfish.hk2/hk2-property-file/ -->
<dependency>
<groupId>org.glassfish.hk2</groupId>
<artifactId>hk2-property-file</artifactId>
<version>3.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.glassfish.hk2/hk2-property-file/
implementation 'org.glassfish.hk2:hk2-property-file:3.0.3'
// https://jarcasting.com/artifacts/org.glassfish.hk2/hk2-property-file/
implementation ("org.glassfish.hk2:hk2-property-file:3.0.3")
'org.glassfish.hk2:hk2-property-file:jar:3.0.3'
<dependency org="org.glassfish.hk2" name="hk2-property-file" rev="3.0.3">
<artifact name="hk2-property-file" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.glassfish.hk2', module='hk2-property-file', version='3.0.3')
)
libraryDependencies += "org.glassfish.hk2" % "hk2-property-file" % "3.0.3"
[org.glassfish.hk2/hk2-property-file "3.0.3"]
Group / Artifact | Type | Version |
---|---|---|
org.glassfish.hk2 : hk2-configuration-hub | jar | 3.0.3 |
org.glassfish.hk2 : hk2-api | jar | 3.0.3 |
org.glassfish.hk2 : hk2-utils | jar | 3.0.3 |
Group / Artifact | Type | Version |
---|---|---|
org.glassfish.hk2 : hk2-junitrunner | jar | 3.0.3 |
junit : junit | jar | 4.13.1 |
org.easymock : easymock | jar | 3.5 |