Categories |
CategoriesGlassFish Container Application Servers Configuration Application Layer Libs config HK2 Dependency Injection |
---|---|
GroupId | GroupIdorg.glassfish.hk2 |
ArtifactId | ArtifactIdhk2-configuration-persistence |
Version | Version2.5.0-b58 |
Type | Typepom |
Filename | Size |
---|---|
hk2-configuration-persistence-2.5.0-b58.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.5.0-b58</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.glassfish.hk2/hk2-configuration-persistence/
implementation 'org.glassfish.hk2:hk2-configuration-persistence:2.5.0-b58'
// https://jarcasting.com/artifacts/org.glassfish.hk2/hk2-configuration-persistence/
implementation ("org.glassfish.hk2:hk2-configuration-persistence:2.5.0-b58")
'org.glassfish.hk2:hk2-configuration-persistence:pom:2.5.0-b58'
<dependency org="org.glassfish.hk2" name="hk2-configuration-persistence" rev="2.5.0-b58">
<artifact name="hk2-configuration-persistence" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.glassfish.hk2', module='hk2-configuration-persistence', version='2.5.0-b58')
)
libraryDependencies += "org.glassfish.hk2" % "hk2-configuration-persistence" % "2.5.0-b58"
[org.glassfish.hk2/hk2-configuration-persistence "2.5.0-b58"]