is not current version
Last Version 2.5.0-b56

org.glassfish.hk2:config-types 2.5.0-b48


Categories

Categories

GlassFish Container Application Servers config Application Layer Libs Configuration HK2 Dependency Injection
GroupId

GroupId

org.glassfish.hk2
ArtifactId

ArtifactId

config-types
Version

Version

2.5.0-b48
Type

Type

jar

Download config-types 2.5.0-b48


<!-- https://jarcasting.com/artifacts/org.glassfish.hk2/config-types/ -->
<dependency>
    <groupId>org.glassfish.hk2</groupId>
    <artifactId>config-types</artifactId>
    <version>2.5.0-b48</version>
</dependency>
// https://jarcasting.com/artifacts/org.glassfish.hk2/config-types/
implementation 'org.glassfish.hk2:config-types:2.5.0-b48'
// https://jarcasting.com/artifacts/org.glassfish.hk2/config-types/
implementation ("org.glassfish.hk2:config-types:2.5.0-b48")
'org.glassfish.hk2:config-types:jar:2.5.0-b48'
<dependency org="org.glassfish.hk2" name="config-types" rev="2.5.0-b48">
  <artifact name="config-types" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.glassfish.hk2', module='config-types', version='2.5.0-b48')
)
libraryDependencies += "org.glassfish.hk2" % "config-types" % "2.5.0-b48"
[org.glassfish.hk2/config-types "2.5.0-b48"]