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